public static final class CfnFlow.S3SourcePropertiesProperty.Builder
extends java.lang.Object
CfnFlow.S3SourcePropertiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFlow.S3SourcePropertiesProperty.Builder |
bucketName(java.lang.String bucketName)
Sets the value of
CfnFlow.S3SourcePropertiesProperty.getBucketName() |
CfnFlow.S3SourcePropertiesProperty.Builder |
bucketPrefix(java.lang.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() |
public CfnFlow.S3SourcePropertiesProperty.Builder bucketName(java.lang.String bucketName)
CfnFlow.S3SourcePropertiesProperty.getBucketName()
bucketName
- The Amazon S3 bucket name where the source files are stored. This parameter is required.this
public CfnFlow.S3SourcePropertiesProperty.Builder bucketPrefix(java.lang.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
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
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
public CfnFlow.S3SourcePropertiesProperty build()
CfnFlow.S3SourcePropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided