Interface TotalAggregationFunction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TotalAggregationFunction.Builder,
,TotalAggregationFunction> SdkBuilder<TotalAggregationFunction.Builder,
,TotalAggregationFunction> SdkPojo
- Enclosing class:
TotalAggregationFunction
public static interface TotalAggregationFunction.Builder
extends SdkPojo, CopyableBuilder<TotalAggregationFunction.Builder,TotalAggregationFunction>
-
Method Summary
Modifier and TypeMethodDescriptionsimpleTotalAggregationFunction
(String simpleTotalAggregationFunction) A built in aggregation function for total values.simpleTotalAggregationFunction
(SimpleTotalAggregationFunction simpleTotalAggregationFunction) A built in aggregation function for total values.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
-
simpleTotalAggregationFunction
TotalAggregationFunction.Builder simpleTotalAggregationFunction(String simpleTotalAggregationFunction) A built in aggregation function for total values.
- Parameters:
simpleTotalAggregationFunction
- A built in aggregation function for total values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
simpleTotalAggregationFunction
TotalAggregationFunction.Builder simpleTotalAggregationFunction(SimpleTotalAggregationFunction simpleTotalAggregationFunction) A built in aggregation function for total values.
- Parameters:
simpleTotalAggregationFunction
- A built in aggregation function for total values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-