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