Class CfnFlow.UpsolverDestinationPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.UpsolverDestinationPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>
- Enclosing interface:
CfnFlow.UpsolverDestinationPropertiesProperty
@Stability(Stable)
public static final class CfnFlow.UpsolverDestinationPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>
A builder for
CfnFlow.UpsolverDestinationPropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getBucketName()
bucketPrefix
(String bucketPrefix) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getBucketPrefix()
build()
Builds the configured instance.s3OutputFormatConfig
(IResolvable s3OutputFormatConfig) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig()
s3OutputFormatConfig
(CfnFlow.UpsolverS3OutputFormatConfigProperty s3OutputFormatConfig) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder bucketName(String bucketName) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getBucketName()
- Parameters:
bucketName
- The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data. This parameter is required.- Returns:
this
-
s3OutputFormatConfig
@Stability(Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder s3OutputFormatConfig(IResolvable s3OutputFormatConfig) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig()
- Parameters:
s3OutputFormatConfig
- The configuration that determines how data is formatted when Upsolver is used as the flow destination. This parameter is required.- Returns:
this
-
s3OutputFormatConfig
@Stability(Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder s3OutputFormatConfig(CfnFlow.UpsolverS3OutputFormatConfigProperty s3OutputFormatConfig) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getS3OutputFormatConfig()
- Parameters:
s3OutputFormatConfig
- The configuration that determines how data is formatted when Upsolver is used as the flow destination. This parameter is required.- Returns:
this
-
bucketPrefix
@Stability(Stable) public CfnFlow.UpsolverDestinationPropertiesProperty.Builder bucketPrefix(String bucketPrefix) Sets the value ofCfnFlow.UpsolverDestinationPropertiesProperty.getBucketPrefix()
- Parameters:
bucketPrefix
- The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.UpsolverDestinationPropertiesProperty>
- Returns:
- a new instance of
CfnFlow.UpsolverDestinationPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-