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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TotalAggregationFunction.BuildersimpleTotalAggregationFunction(String simpleTotalAggregationFunction)A built in aggregation function for total values.TotalAggregationFunction.BuildersimpleTotalAggregationFunction(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 Detail
-
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,SimpleTotalAggregationFunction
-
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:
SimpleTotalAggregationFunction,SimpleTotalAggregationFunction
-
-