public static interface CfnDataSource.S3ParametersProperty
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.quicksight.*; S3ParametersProperty s3ParametersProperty = S3ParametersProperty.builder() .manifestFileLocation(ManifestFileLocationProperty.builder() .bucket("bucket") .key("key") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSource.S3ParametersProperty.Builder
A builder for
CfnDataSource.S3ParametersProperty |
static class |
CfnDataSource.S3ParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.S3ParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSource.S3ParametersProperty.Builder |
builder() |
java.lang.Object |
getManifestFileLocation()
Location of the Amazon S3 manifest file.
|
java.lang.Object getManifestFileLocation()
This is NULL if the manifest file was uploaded into Amazon QuickSight.
static CfnDataSource.S3ParametersProperty.Builder builder()