| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.builder() |
default HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnSort(Consumer<FieldSortOptions.Builder>... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
|
default HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowSort(Consumer<FieldSortOptions.Builder>... heatMapRowSort)
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.Builder.heatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
|
HeatMapSortConfiguration.Builder |
HeatMapSortConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HeatMapSortConfiguration.Builder> |
HeatMapSortConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.sortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a heat map.
|
Copyright © 2023. All rights reserved.