Uses of Interface
software.amazon.awssdk.services.quicksight.model.TotalAggregationFunction.Builder
-
Packages that use TotalAggregationFunction.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TotalAggregationFunction.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TotalAggregationFunction.Builder Modifier and Type Method Description static TotalAggregationFunction.BuilderTotalAggregationFunction. builder()TotalAggregationFunction.BuilderTotalAggregationFunction.Builder. simpleTotalAggregationFunction(String simpleTotalAggregationFunction)A built in aggregation function for total values.TotalAggregationFunction.BuilderTotalAggregationFunction.Builder. simpleTotalAggregationFunction(SimpleTotalAggregationFunction simpleTotalAggregationFunction)A built in aggregation function for total values.TotalAggregationFunction.BuilderTotalAggregationFunction. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TotalAggregationFunction.Builder Modifier and Type Method Description static Class<? extends TotalAggregationFunction.Builder>TotalAggregationFunction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TotalAggregationFunction.Builder Modifier and Type Method Description default TotalAggregationOption.BuilderTotalAggregationOption.Builder. totalAggregationFunction(Consumer<TotalAggregationFunction.Builder> totalAggregationFunction)The total aggregation function that you want to set for a specified field id.
-