Uses of Interface
software.amazon.awssdk.services.quicksight.model.AttributeAggregationFunction.Builder
-
Packages that use AttributeAggregationFunction.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AttributeAggregationFunction.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AttributeAggregationFunction.Builder Modifier and Type Method Description static AttributeAggregationFunction.BuilderAttributeAggregationFunction. builder()AttributeAggregationFunction.BuilderAttributeAggregationFunction.Builder. simpleAttributeAggregation(String simpleAttributeAggregation)The built-in aggregation functions for attributes.AttributeAggregationFunction.BuilderAttributeAggregationFunction.Builder. simpleAttributeAggregation(SimpleAttributeAggregationFunction simpleAttributeAggregation)The built-in aggregation functions for attributes.AttributeAggregationFunction.BuilderAttributeAggregationFunction. toBuilder()AttributeAggregationFunction.BuilderAttributeAggregationFunction.Builder. valueForMultipleValues(String valueForMultipleValues)Used by theUNIQUE_VALUEaggregation function.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AttributeAggregationFunction.Builder Modifier and Type Method Description static Class<? extends AttributeAggregationFunction.Builder>AttributeAggregationFunction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AttributeAggregationFunction.Builder Modifier and Type Method Description default AggregationFunction.BuilderAggregationFunction.Builder. attributeAggregationFunction(Consumer<AttributeAggregationFunction.Builder> attributeAggregationFunction)Aggregation for attributes.
-