| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static HeatMapConfiguration.Builder |
HeatMapConfiguration.builder() |
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.colorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.columnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.columnLabelOptions(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.fieldWells(Consumer<HeatMapFieldWells.Builder> fieldWells)
The field wells of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.fieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
|
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.legend(LegendOptions legend)
The legend display setup of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.rowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a
heat map. |
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.rowLabelOptions(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions)
The label options of the row that is displayed in a
heat map. |
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.sortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.sortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.toBuilder() |
default HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
HeatMapConfiguration.Builder |
HeatMapConfiguration.Builder.tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HeatMapConfiguration.Builder> |
HeatMapConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HeatMapVisual.Builder |
HeatMapVisual.Builder.chartConfiguration(Consumer<HeatMapConfiguration.Builder> chartConfiguration)
The configuration of a heat map.
|
Copyright © 2023. All rights reserved.