| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeAggregationFunction.Builder |
AttributeAggregationFunction.builder() |
AttributeAggregationFunction.Builder |
AttributeAggregationFunction.Builder.simpleAttributeAggregation(SimpleAttributeAggregationFunction simpleAttributeAggregation)
The built-in aggregation functions for attributes.
|
AttributeAggregationFunction.Builder |
AttributeAggregationFunction.Builder.simpleAttributeAggregation(String simpleAttributeAggregation)
The built-in aggregation functions for attributes.
|
AttributeAggregationFunction.Builder |
AttributeAggregationFunction.toBuilder() |
AttributeAggregationFunction.Builder |
AttributeAggregationFunction.Builder.valueForMultipleValues(String valueForMultipleValues)
Used by the
UNIQUE_VALUE aggregation function. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeAggregationFunction.Builder> |
AttributeAggregationFunction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AggregationFunction.Builder |
AggregationFunction.Builder.attributeAggregationFunction(Consumer<AttributeAggregationFunction.Builder> attributeAggregationFunction)
Aggregation for attributes.
|
Copyright © 2023. All rights reserved.