public static interface AggregationConfig.Builder extends SdkPojo, CopyableBuilder<AggregationConfig.Builder,AggregationConfig>
| Modifier and Type | Method and Description |
|---|---|
AggregationConfig.Builder |
aggregationType(AggregationType aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
AggregationConfig.Builder |
aggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
AggregationConfig.Builder |
targetFileSize(Long targetFileSize)
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregationConfig.Builder aggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
aggregationType - Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them
unaggregated.AggregationType,
AggregationTypeAggregationConfig.Builder aggregationType(AggregationType aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
aggregationType - Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them
unaggregated.AggregationType,
AggregationTypeAggregationConfig.Builder targetFileSize(Long targetFileSize)
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.
targetFileSize - The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes
might differ from this target based on the number and size of the records that each file contains.Copyright © 2023. All rights reserved.