| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TreeMapConfiguration.Builder |
TreeMapConfiguration.builder() |
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree map.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.colorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.fieldWells(Consumer<TreeMapFieldWells.Builder> fieldWells)
The field wells of the visual.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.fieldWells(TreeMapFieldWells fieldWells)
The field wells of the visual.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.groupLabelOptions(ChartAxisLabelOptions groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.groupLabelOptions(Consumer<ChartAxisLabelOptions.Builder> groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.legend(LegendOptions legend)
The legend display setup of the visual.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.sizeLabelOptions(ChartAxisLabelOptions sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.sizeLabelOptions(Consumer<ChartAxisLabelOptions.Builder> sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
|
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.sortConfiguration(Consumer<TreeMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a tree map.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.sortConfiguration(TreeMapSortConfiguration sortConfiguration)
The sort configuration of a tree map.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.toBuilder() |
default TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
|
TreeMapConfiguration.Builder |
TreeMapConfiguration.Builder.tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TreeMapConfiguration.Builder> |
TreeMapConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TreeMapVisual.Builder |
TreeMapVisual.Builder.chartConfiguration(Consumer<TreeMapConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
|
Copyright © 2023. All rights reserved.