| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TotalAggregationFunction.Builder |
TotalAggregationFunction.builder() |
TotalAggregationFunction.Builder |
TotalAggregationFunction.Builder.simpleTotalAggregationFunction(SimpleTotalAggregationFunction simpleTotalAggregationFunction)
A built in aggregation function for total values.
|
TotalAggregationFunction.Builder |
TotalAggregationFunction.Builder.simpleTotalAggregationFunction(String simpleTotalAggregationFunction)
A built in aggregation function for total values.
|
TotalAggregationFunction.Builder |
TotalAggregationFunction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TotalAggregationFunction.Builder> |
TotalAggregationFunction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TotalAggregationOption.Builder |
TotalAggregationOption.Builder.totalAggregationFunction(Consumer<TotalAggregationFunction.Builder> totalAggregationFunction)
The total aggregation function that you want to set for a specified field id.
|
Copyright © 2023. All rights reserved.