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