Uses of Interface
software.amazon.awssdk.services.quicksight.model.AggregationFunction.Builder
-
Packages that use AggregationFunction.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AggregationFunction.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AggregationFunction.Builder Modifier and Type Method Description default AggregationFunction.BuilderAggregationFunction.Builder. attributeAggregationFunction(Consumer<AttributeAggregationFunction.Builder> attributeAggregationFunction)Aggregation for attributes.AggregationFunction.BuilderAggregationFunction.Builder. attributeAggregationFunction(AttributeAggregationFunction attributeAggregationFunction)Aggregation for attributes.static AggregationFunction.BuilderAggregationFunction. builder()AggregationFunction.BuilderAggregationFunction.Builder. categoricalAggregationFunction(String categoricalAggregationFunction)Aggregation for categorical values.AggregationFunction.BuilderAggregationFunction.Builder. categoricalAggregationFunction(CategoricalAggregationFunction categoricalAggregationFunction)Aggregation for categorical values.AggregationFunction.BuilderAggregationFunction.Builder. dateAggregationFunction(String dateAggregationFunction)Aggregation for date values.AggregationFunction.BuilderAggregationFunction.Builder. dateAggregationFunction(DateAggregationFunction dateAggregationFunction)Aggregation for date values.default AggregationFunction.BuilderAggregationFunction.Builder. numericalAggregationFunction(Consumer<NumericalAggregationFunction.Builder> numericalAggregationFunction)Aggregation for numerical values.AggregationFunction.BuilderAggregationFunction.Builder. numericalAggregationFunction(NumericalAggregationFunction numericalAggregationFunction)Aggregation for numerical values.AggregationFunction.BuilderAggregationFunction. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AggregationFunction.Builder Modifier and Type Method Description static Class<? extends AggregationFunction.Builder>AggregationFunction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AggregationFunction.Builder Modifier and Type Method Description default ColumnTooltipItem.BuilderColumnTooltipItem.Builder. aggregation(Consumer<AggregationFunction.Builder> aggregation)The aggregation function of the column tooltip item.default AggregationSortConfiguration.BuilderAggregationSortConfiguration.Builder. aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)The function that aggregates the values inColumn.default ColumnSort.BuilderColumnSort.Builder. aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)The aggregation function that is defined in the column sort.default NumericEqualityFilter.BuilderNumericEqualityFilter.Builder. aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)The aggregation function of the filter.default NumericRangeFilter.BuilderNumericRangeFilter.Builder. aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)The aggregation function of the filter.default ReferenceLineDynamicDataConfiguration.BuilderReferenceLineDynamicDataConfiguration.Builder. measureAggregationFunction(Consumer<AggregationFunction.Builder> measureAggregationFunction)The aggregation function that is used in the dynamic data.
-