@Stability(value=Stable) public static final class CfnFlow.S3SourcePropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.S3SourcePropertiesProperty>
CfnFlow.S3SourcePropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlow.S3SourcePropertiesProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnFlow.S3SourcePropertiesProperty.getBucketName() |
CfnFlow.S3SourcePropertiesProperty.Builder |
bucketPrefix(String bucketPrefix)
Sets the value of
CfnFlow.S3SourcePropertiesProperty.getBucketPrefix() |
CfnFlow.S3SourcePropertiesProperty |
build()
Builds the configured instance.
|
CfnFlow.S3SourcePropertiesProperty.Builder |
s3InputFormatConfig(CfnFlow.S3InputFormatConfigProperty s3InputFormatConfig)
Sets the value of
CfnFlow.S3SourcePropertiesProperty.getS3InputFormatConfig() |
CfnFlow.S3SourcePropertiesProperty.Builder |
s3InputFormatConfig(IResolvable s3InputFormatConfig)
Sets the value of
CfnFlow.S3SourcePropertiesProperty.getS3InputFormatConfig() |
@Stability(value=Stable) public CfnFlow.S3SourcePropertiesProperty.Builder bucketName(String bucketName)
CfnFlow.S3SourcePropertiesProperty.getBucketName()bucketName - The Amazon S3 bucket name where the source files are stored. This parameter is required.this@Stability(value=Stable) public CfnFlow.S3SourcePropertiesProperty.Builder bucketPrefix(String bucketPrefix)
CfnFlow.S3SourcePropertiesProperty.getBucketPrefix()bucketPrefix - The object key for the Amazon S3 bucket in which the source files are stored. This parameter is required.this@Stability(value=Stable) public CfnFlow.S3SourcePropertiesProperty.Builder s3InputFormatConfig(CfnFlow.S3InputFormatConfigProperty s3InputFormatConfig)
CfnFlow.S3SourcePropertiesProperty.getS3InputFormatConfig()s3InputFormatConfig - When you use Amazon S3 as the source, the configuration format that you provide the flow input data.this@Stability(value=Stable) public CfnFlow.S3SourcePropertiesProperty.Builder s3InputFormatConfig(IResolvable s3InputFormatConfig)
CfnFlow.S3SourcePropertiesProperty.getS3InputFormatConfig()s3InputFormatConfig - When you use Amazon S3 as the source, the configuration format that you provide the flow input data.this@Stability(value=Stable) public CfnFlow.S3SourcePropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.S3SourcePropertiesProperty>CfnFlow.S3SourcePropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.