| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationConfig |
AggregationConfig.clone() |
AggregationConfig |
UpsolverS3OutputFormatConfig.getAggregationConfig() |
AggregationConfig |
S3OutputFormatConfig.getAggregationConfig() |
AggregationConfig |
AggregationConfig.withAggregationType(AggregationType aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
AggregationConfig |
AggregationConfig.withAggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
AggregationConfig |
AggregationConfig.withTargetFileSize(Long targetFileSize)
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpsolverS3OutputFormatConfig.setAggregationConfig(AggregationConfig aggregationConfig) |
void |
S3OutputFormatConfig.setAggregationConfig(AggregationConfig aggregationConfig) |
UpsolverS3OutputFormatConfig |
UpsolverS3OutputFormatConfig.withAggregationConfig(AggregationConfig aggregationConfig) |
S3OutputFormatConfig |
S3OutputFormatConfig.withAggregationConfig(AggregationConfig aggregationConfig) |
Copyright © 2023. All rights reserved.