public static final class CfnFlow.S3OutputFormatConfigProperty.Builder
extends java.lang.Object
CfnFlow.S3OutputFormatConfigProperty
Constructor and Description |
---|
Builder() |
public CfnFlow.S3OutputFormatConfigProperty.Builder aggregationConfig(IResolvable aggregationConfig)
CfnFlow.S3OutputFormatConfigProperty.getAggregationConfig()
aggregationConfig
- The aggregation settings that you can use to customize the output format of your flow data.this
public CfnFlow.S3OutputFormatConfigProperty.Builder aggregationConfig(CfnFlow.AggregationConfigProperty aggregationConfig)
CfnFlow.S3OutputFormatConfigProperty.getAggregationConfig()
aggregationConfig
- The aggregation settings that you can use to customize the output format of your flow data.this
public CfnFlow.S3OutputFormatConfigProperty.Builder fileType(java.lang.String fileType)
CfnFlow.S3OutputFormatConfigProperty.getFileType()
fileType
- Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.this
public CfnFlow.S3OutputFormatConfigProperty.Builder prefixConfig(IResolvable prefixConfig)
CfnFlow.S3OutputFormatConfigProperty.getPrefixConfig()
prefixConfig
- Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
You can name folders according to the flow frequency and date.this
public CfnFlow.S3OutputFormatConfigProperty.Builder prefixConfig(CfnFlow.PrefixConfigProperty prefixConfig)
CfnFlow.S3OutputFormatConfigProperty.getPrefixConfig()
prefixConfig
- Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
You can name folders according to the flow frequency and date.this
public CfnFlow.S3OutputFormatConfigProperty.Builder preserveSourceDataTyping(java.lang.Boolean preserveSourceDataTyping)
CfnFlow.S3OutputFormatConfigProperty.getPreserveSourceDataTyping()
preserveSourceDataTyping
- `CfnFlow.S3OutputFormatConfigProperty.PreserveSourceDataTyping`.this
public CfnFlow.S3OutputFormatConfigProperty.Builder preserveSourceDataTyping(IResolvable preserveSourceDataTyping)
CfnFlow.S3OutputFormatConfigProperty.getPreserveSourceDataTyping()
preserveSourceDataTyping
- `CfnFlow.S3OutputFormatConfigProperty.PreserveSourceDataTyping`.this
public CfnFlow.S3OutputFormatConfigProperty build()
CfnFlow.S3OutputFormatConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided