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