public static final class CfnFlow.S3DestinationPropertiesProperty.Builder
extends java.lang.Object
CfnFlow.S3DestinationPropertiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFlow.S3DestinationPropertiesProperty.Builder |
bucketName(java.lang.String bucketName)
Sets the value of
CfnFlow.S3DestinationPropertiesProperty.getBucketName() |
CfnFlow.S3DestinationPropertiesProperty.Builder |
bucketPrefix(java.lang.String bucketPrefix)
Sets the value of
CfnFlow.S3DestinationPropertiesProperty.getBucketPrefix() |
CfnFlow.S3DestinationPropertiesProperty |
build()
Builds the configured instance.
|
CfnFlow.S3DestinationPropertiesProperty.Builder |
s3OutputFormatConfig(CfnFlow.S3OutputFormatConfigProperty s3OutputFormatConfig)
Sets the value of
CfnFlow.S3DestinationPropertiesProperty.getS3OutputFormatConfig() |
CfnFlow.S3DestinationPropertiesProperty.Builder |
s3OutputFormatConfig(IResolvable s3OutputFormatConfig)
Sets the value of
CfnFlow.S3DestinationPropertiesProperty.getS3OutputFormatConfig() |
public CfnFlow.S3DestinationPropertiesProperty.Builder bucketName(java.lang.String bucketName)
CfnFlow.S3DestinationPropertiesProperty.getBucketName()
bucketName
- The Amazon S3 bucket name in which Amazon AppFlow places the transferred data. This parameter is required.this
public CfnFlow.S3DestinationPropertiesProperty.Builder bucketPrefix(java.lang.String bucketPrefix)
CfnFlow.S3DestinationPropertiesProperty.getBucketPrefix()
bucketPrefix
- The object key for the destination bucket in which Amazon AppFlow places the files.this
public CfnFlow.S3DestinationPropertiesProperty.Builder s3OutputFormatConfig(IResolvable s3OutputFormatConfig)
CfnFlow.S3DestinationPropertiesProperty.getS3OutputFormatConfig()
s3OutputFormatConfig
- The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.this
public CfnFlow.S3DestinationPropertiesProperty.Builder s3OutputFormatConfig(CfnFlow.S3OutputFormatConfigProperty s3OutputFormatConfig)
CfnFlow.S3DestinationPropertiesProperty.getS3OutputFormatConfig()
s3OutputFormatConfig
- The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.this
public CfnFlow.S3DestinationPropertiesProperty build()
CfnFlow.S3DestinationPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided