public static interface CfnDataset.OutputFileUriValueProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotanalytics.*; OutputFileUriValueProperty outputFileUriValueProperty = OutputFileUriValueProperty.builder() .fileName("fileName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataset.OutputFileUriValueProperty.Builder
A builder for
CfnDataset.OutputFileUriValueProperty |
static class |
CfnDataset.OutputFileUriValueProperty.Jsii$Proxy
An implementation for
CfnDataset.OutputFileUriValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataset.OutputFileUriValueProperty.Builder |
builder() |
java.lang.String |
getFileName()
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
|
java.lang.String getFileName()
static CfnDataset.OutputFileUriValueProperty.Builder builder()