@Stability(value=Stable) public static final class CfnFlow.UpsolverDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>
CfnFlow.UpsolverDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnFlow.UpsolverDestinationPropertiesProperty.getBucketName() |
CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
bucketPrefix(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() |
@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder bucketName(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@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder bucketPrefix(String bucketPrefix)
CfnFlow.UpsolverDestinationPropertiesProperty.getBucketPrefix()bucketPrefix - The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.this@Stability(value=Stable) public CfnFlow.UpsolverDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>CfnFlow.UpsolverDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.