Class CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.S3SourcePropertiesProperty>
- Enclosing interface:
CfnFlowPropsMixin.S3SourcePropertiesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.S3SourcePropertiesProperty>
A builder for
CfnFlowPropsMixin.S3SourcePropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(String bucketName) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getBucketName()bucketName(IBucketRef bucketName) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getBucketName()bucketPrefix(String bucketPrefix) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getBucketPrefix()build()Builds the configured instance.s3InputFormatConfig(CfnFlowPropsMixin.S3InputFormatConfigProperty s3InputFormatConfig) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getS3InputFormatConfig()s3InputFormatConfig(IResolvable s3InputFormatConfig) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getS3InputFormatConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder bucketName(String bucketName) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getBucketName()- Parameters:
bucketName- The Amazon S3 bucket name where the source files are stored.- Returns:
this
-
bucketName
@Stability(Stable) public CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder bucketName(IBucketRef bucketName) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getBucketName()- Parameters:
bucketName- The Amazon S3 bucket name where the source files are stored.- Returns:
this
-
bucketPrefix
@Stability(Stable) public CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder bucketPrefix(String bucketPrefix) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getBucketPrefix()- Parameters:
bucketPrefix- The object key for the Amazon S3 bucket in which the source files are stored.- Returns:
this
-
s3InputFormatConfig
@Stability(Stable) public CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder s3InputFormatConfig(IResolvable s3InputFormatConfig) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getS3InputFormatConfig()- Parameters:
s3InputFormatConfig- When you use Amazon S3 as the source, the configuration format that you provide the flow input data.- Returns:
this
-
s3InputFormatConfig
@Stability(Stable) public CfnFlowPropsMixin.S3SourcePropertiesProperty.Builder s3InputFormatConfig(CfnFlowPropsMixin.S3InputFormatConfigProperty s3InputFormatConfig) Sets the value ofCfnFlowPropsMixin.S3SourcePropertiesProperty.getS3InputFormatConfig()- Parameters:
s3InputFormatConfig- When you use Amazon S3 as the source, the configuration format that you provide the flow input data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.S3SourcePropertiesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.S3SourcePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-