public static interface S3OutputFormatConfig.Builder extends SdkPojo, CopyableBuilder<S3OutputFormatConfig.Builder,S3OutputFormatConfig>
Modifier and Type | Method and Description |
---|---|
S3OutputFormatConfig.Builder |
aggregationConfig(AggregationConfig aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
default S3OutputFormatConfig.Builder |
aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
S3OutputFormatConfig.Builder |
fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
S3OutputFormatConfig.Builder |
fileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
default S3OutputFormatConfig.Builder |
prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
S3OutputFormatConfig.Builder |
prefixConfig(PrefixConfig prefixConfig)
Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3OutputFormatConfig.Builder fileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
S3OutputFormatConfig.Builder fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
S3OutputFormatConfig.Builder prefixConfig(PrefixConfig 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.
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.default S3OutputFormatConfig.Builder prefixConfig(Consumer<PrefixConfig.Builder> 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 is a convenience that creates an instance of thePrefixConfig.Builder
avoiding the need to
create one manually via PrefixConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to prefixConfig(PrefixConfig)
.prefixConfig
- a consumer that will call methods on PrefixConfig.Builder
prefixConfig(PrefixConfig)
S3OutputFormatConfig.Builder aggregationConfig(AggregationConfig aggregationConfig)
aggregationConfig
- The new value for the AggregationConfig property for this object.default S3OutputFormatConfig.Builder aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
AggregationConfig.Builder
avoiding the need to
create one manually via AggregationConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to aggregationConfig(AggregationConfig)
.aggregationConfig
- a consumer that will call methods on AggregationConfig.Builder
aggregationConfig(AggregationConfig)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.