| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.Builder.breakdownItemsLimit(Consumer<ItemsLimitConfiguration.Builder> breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.Builder.breakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)
The limit on the number of bar groups that are displayed.
|
static WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.builder() |
WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.Builder.categorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.Builder.categorySort(Consumer<FieldSortOptions.Builder>... categorySort)
The sort configuration of the category fields.
|
WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.Builder.categorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
WaterfallChartSortConfiguration.Builder |
WaterfallChartSortConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WaterfallChartSortConfiguration.Builder> |
WaterfallChartSortConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WaterfallChartConfiguration.Builder |
WaterfallChartConfiguration.Builder.sortConfiguration(Consumer<WaterfallChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a waterfall visual.
|
Copyright © 2023. All rights reserved.