Uses of Interface
software.amazon.awssdk.services.appflow.model.AggregationConfig.Builder
-
Packages that use AggregationConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of AggregationConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return AggregationConfig.Builder Modifier and Type Method Description AggregationConfig.BuilderAggregationConfig.Builder. aggregationType(String aggregationType)Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.AggregationConfig.BuilderAggregationConfig.Builder. aggregationType(AggregationType aggregationType)Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.static AggregationConfig.BuilderAggregationConfig. builder()AggregationConfig.BuilderAggregationConfig.Builder. targetFileSize(Long targetFileSize)The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.AggregationConfig.BuilderAggregationConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type AggregationConfig.Builder Modifier and Type Method Description static Class<? extends AggregationConfig.Builder>AggregationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type AggregationConfig.Builder Modifier and Type Method Description default S3OutputFormatConfig.BuilderS3OutputFormatConfig.Builder. aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)Sets the value of the AggregationConfig property for this object.default UpsolverS3OutputFormatConfig.BuilderUpsolverS3OutputFormatConfig.Builder. aggregationConfig(Consumer<AggregationConfig.Builder> aggregationConfig)Sets the value of the AggregationConfig property for this object.
-