| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationConfig.Builder |
AggregationConfig.Builder.aggregationType(AggregationType aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
AggregationConfig.Builder |
AggregationConfig.Builder.aggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
static AggregationConfig.Builder |
AggregationConfig.builder() |
AggregationConfig.Builder |
AggregationConfig.Builder.targetFileSize(Long targetFileSize)
The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
|
AggregationConfig.Builder |
AggregationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AggregationConfig.Builder> |
AggregationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpsolverS3OutputFormatConfig.Builder |
UpsolverS3OutputFormatConfig.Builder.aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
default S3OutputFormatConfig.Builder |
S3OutputFormatConfig.Builder.aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)
Sets the value of the AggregationConfig property for this object.
|
Copyright © 2023. All rights reserved.