Class CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty>
- Enclosing interface:
CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty>
A builder for
CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregationConfig(CfnFlowPropsMixin.AggregationConfigProperty aggregationConfig) aggregationConfig(IResolvable aggregationConfig) build()Builds the configured instance.Sets the value ofCfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.getFileType()prefixConfig(CfnFlowPropsMixin.PrefixConfigProperty prefixConfig) Sets the value ofCfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.getPrefixConfig()prefixConfig(IResolvable prefixConfig) Sets the value ofCfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.getPrefixConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregationConfig
@Stability(Stable) public CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder aggregationConfig(IResolvable aggregationConfig) - Parameters:
aggregationConfig- The aggregation settings that you can use to customize the output format of your flow data.- Returns:
this
-
aggregationConfig
@Stability(Stable) public CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder aggregationConfig(CfnFlowPropsMixin.AggregationConfigProperty aggregationConfig) - Parameters:
aggregationConfig- The aggregation settings that you can use to customize the output format of your flow data.- Returns:
this
-
fileType
@Stability(Stable) public CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder fileType(String fileType) Sets the value ofCfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.getFileType()- Parameters:
fileType- Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.- Returns:
this
-
prefixConfig
@Stability(Stable) public CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder prefixConfig(IResolvable prefixConfig) Sets the value ofCfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.getPrefixConfig()- Parameters:
prefixConfig- Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.- Returns:
this
-
prefixConfig
@Stability(Stable) public CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.Builder prefixConfig(CfnFlowPropsMixin.PrefixConfigProperty prefixConfig) Sets the value ofCfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty.getPrefixConfig()- Parameters:
prefixConfig- Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.UpsolverS3OutputFormatConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-