Interface AggregateOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AggregateOperation.Builder,
,AggregateOperation> SdkBuilder<AggregateOperation.Builder,
,AggregateOperation> SdkPojo
- Enclosing class:
AggregateOperation
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the aggregation function to apply.aggFunc
(AggFunction aggFunc) Specifies the aggregation function to apply.Specifies the column on the data set on which the aggregation function will be applied.column
(Collection<String> column) Specifies the column on the data set on which the aggregation function will be applied.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
column
Specifies the column on the data set on which the aggregation function will be applied.
- Parameters:
column
- Specifies the column on the data set on which the aggregation function will be applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
Specifies the column on the data set on which the aggregation function will be applied.
- Parameters:
column
- Specifies the column on the data set on which the aggregation function will be applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggFunc
Specifies the aggregation function to apply.
Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop
- Parameters:
aggFunc
- Specifies the aggregation function to apply.Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggFunc
Specifies the aggregation function to apply.
Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop
- Parameters:
aggFunc
- Specifies the aggregation function to apply.Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-