public static interface UpsolverS3OutputFormatConfig.Builder extends SdkPojo, CopyableBuilder<UpsolverS3OutputFormatConfig.Builder,UpsolverS3OutputFormatConfig>
| Modifier and Type | Method and Description |
|---|---|
UpsolverS3OutputFormatConfig.Builder |
aggregationConfig(AggregationConfig aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
default UpsolverS3OutputFormatConfig.Builder |
aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
UpsolverS3OutputFormatConfig.Builder |
fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
UpsolverS3OutputFormatConfig.Builder |
fileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
default UpsolverS3OutputFormatConfig.Builder |
prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
Sets the value of the PrefixConfig property for this object.
|
UpsolverS3OutputFormatConfig.Builder |
prefixConfig(PrefixConfig prefixConfig)
Sets the value of the PrefixConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpsolverS3OutputFormatConfig.Builder fileType(String fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
UpsolverS3OutputFormatConfig.Builder fileType(FileType fileType)
Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
UpsolverS3OutputFormatConfig.Builder prefixConfig(PrefixConfig prefixConfig)
prefixConfig - The new value for the PrefixConfig property for this object.default UpsolverS3OutputFormatConfig.Builder prefixConfig(Consumer<PrefixConfig.Builder> prefixConfig)
PrefixConfig.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.BuilderprefixConfig(PrefixConfig)UpsolverS3OutputFormatConfig.Builder aggregationConfig(AggregationConfig aggregationConfig)
aggregationConfig - The new value for the AggregationConfig property for this object.default UpsolverS3OutputFormatConfig.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.BuilderaggregationConfig(AggregationConfig)Copyright © 2022. All rights reserved.