Uses of Interface
software.amazon.awssdk.services.glue.model.AggregateOperation.Builder
-
Packages that use AggregateOperation.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AggregateOperation.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AggregateOperation.Builder Modifier and Type Method Description AggregateOperation.BuilderAggregateOperation.Builder. aggFunc(String aggFunc)Specifies the aggregation function to apply.AggregateOperation.BuilderAggregateOperation.Builder. aggFunc(AggFunction aggFunc)Specifies the aggregation function to apply.static AggregateOperation.BuilderAggregateOperation. builder()AggregateOperation.BuilderAggregateOperation.Builder. column(String... column)Specifies the column on the data set on which the aggregation function will be applied.AggregateOperation.BuilderAggregateOperation.Builder. column(Collection<String> column)Specifies the column on the data set on which the aggregation function will be applied.AggregateOperation.BuilderAggregateOperation. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AggregateOperation.Builder Modifier and Type Method Description static Class<? extends AggregateOperation.Builder>AggregateOperation. serializableBuilderClass()
-