Interface TreeMapConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TreeMapConfiguration.Builder,,TreeMapConfiguration> SdkBuilder<TreeMapConfiguration.Builder,,TreeMapConfiguration> SdkPojo
- Enclosing class:
 TreeMapConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptiondefault TreeMapConfiguration.BuildercolorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions) The label options (label text, label visibility) for the colors displayed in a tree map.colorLabelOptions(ChartAxisLabelOptions colorLabelOptions) The label options (label text, label visibility) for the colors displayed in a tree map.default TreeMapConfiguration.BuildercolorScale(Consumer<ColorScale.Builder> colorScale) The color options (gradient color, point of divergence) of a tree map.colorScale(ColorScale colorScale) The color options (gradient color, point of divergence) of a tree map.default TreeMapConfiguration.BuilderdataLabels(Consumer<DataLabelOptions.Builder> dataLabels) The options that determine if visual data labels are displayed.dataLabels(DataLabelOptions dataLabels) The options that determine if visual data labels are displayed.default TreeMapConfiguration.BuilderfieldWells(Consumer<TreeMapFieldWells.Builder> fieldWells) The field wells of the visual.fieldWells(TreeMapFieldWells fieldWells) The field wells of the visual.default TreeMapConfiguration.BuildergroupLabelOptions(Consumer<ChartAxisLabelOptions.Builder> groupLabelOptions) The label options (label text, label visibility) of the groups that are displayed in a tree map.groupLabelOptions(ChartAxisLabelOptions groupLabelOptions) The label options (label text, label visibility) of the groups that are displayed in a tree map.default TreeMapConfiguration.Builderlegend(Consumer<LegendOptions.Builder> legend) The legend display setup of the visual.legend(LegendOptions legend) The legend display setup of the visual.default TreeMapConfiguration.BuildersizeLabelOptions(Consumer<ChartAxisLabelOptions.Builder> sizeLabelOptions) The label options (label text, label visibility) of the sizes that are displayed in a tree map.sizeLabelOptions(ChartAxisLabelOptions sizeLabelOptions) The label options (label text, label visibility) of the sizes that are displayed in a tree map.default TreeMapConfiguration.BuildersortConfiguration(Consumer<TreeMapSortConfiguration.Builder> sortConfiguration) The sort configuration of a tree map.sortConfiguration(TreeMapSortConfiguration sortConfiguration) The sort configuration of a tree map.default TreeMapConfiguration.Buildertooltip(Consumer<TooltipOptions.Builder> tooltip) The tooltip display setup of the visual.tooltip(TooltipOptions tooltip) The tooltip display setup of the visual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
fieldWells
The field wells of the visual.
- Parameters:
 fieldWells- The field wells of the visual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fieldWells
The field wells of the visual.
This is a convenience method that creates an instance of theTreeMapFieldWells.Builderavoiding the need to create one manually viaTreeMapFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldWells(TreeMapFieldWells).- Parameters:
 fieldWells- a consumer that will call methods onTreeMapFieldWells.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortConfiguration
The sort configuration of a tree map.
- Parameters:
 sortConfiguration- The sort configuration of a tree map.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sortConfiguration
default TreeMapConfiguration.Builder sortConfiguration(Consumer<TreeMapSortConfiguration.Builder> sortConfiguration) The sort configuration of a tree map.
This is a convenience method that creates an instance of theTreeMapSortConfiguration.Builderavoiding the need to create one manually viaTreeMapSortConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosortConfiguration(TreeMapSortConfiguration).- Parameters:
 sortConfiguration- a consumer that will call methods onTreeMapSortConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
groupLabelOptions
The label options (label text, label visibility) of the groups that are displayed in a tree map.
- Parameters:
 groupLabelOptions- The label options (label text, label visibility) of the groups that are displayed in a tree map.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupLabelOptions
default TreeMapConfiguration.Builder groupLabelOptions(Consumer<ChartAxisLabelOptions.Builder> groupLabelOptions) The label options (label text, label visibility) of the groups that are displayed in a tree map.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroupLabelOptions(ChartAxisLabelOptions).- Parameters:
 groupLabelOptions- a consumer that will call methods onChartAxisLabelOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sizeLabelOptions
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
- Parameters:
 sizeLabelOptions- The label options (label text, label visibility) of the sizes that are displayed in a tree map.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sizeLabelOptions
default TreeMapConfiguration.Builder sizeLabelOptions(Consumer<ChartAxisLabelOptions.Builder> sizeLabelOptions) The label options (label text, label visibility) of the sizes that are displayed in a tree map.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosizeLabelOptions(ChartAxisLabelOptions).- Parameters:
 sizeLabelOptions- a consumer that will call methods onChartAxisLabelOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
colorLabelOptions
The label options (label text, label visibility) for the colors displayed in a tree map.
- Parameters:
 colorLabelOptions- The label options (label text, label visibility) for the colors displayed in a tree map.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorLabelOptions
default TreeMapConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions) The label options (label text, label visibility) for the colors displayed in a tree map.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolorLabelOptions(ChartAxisLabelOptions).- Parameters:
 colorLabelOptions- a consumer that will call methods onChartAxisLabelOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
colorScale
The color options (gradient color, point of divergence) of a tree map.
- Parameters:
 colorScale- The color options (gradient color, point of divergence) of a tree map.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorScale
The color options (gradient color, point of divergence) of a tree map.
This is a convenience method that creates an instance of theColorScale.Builderavoiding the need to create one manually viaColorScale.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolorScale(ColorScale).- Parameters:
 colorScale- a consumer that will call methods onColorScale.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
legend
The legend display setup of the visual.
- Parameters:
 legend- The legend display setup of the visual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
legend
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builderavoiding the need to create one manually viaLegendOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegend(LegendOptions).- Parameters:
 legend- a consumer that will call methods onLegendOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
dataLabels
The options that determine if visual data labels are displayed.
- Parameters:
 dataLabels- The options that determine if visual data labels are displayed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dataLabels
The options that determine if visual data labels are displayed.
This is a convenience method that creates an instance of theDataLabelOptions.Builderavoiding the need to create one manually viaDataLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataLabels(DataLabelOptions).- Parameters:
 dataLabels- a consumer that will call methods onDataLabelOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
tooltip
The tooltip display setup of the visual.
- Parameters:
 tooltip- The tooltip display setup of the visual.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tooltip
The tooltip display setup of the visual.
This is a convenience method that creates an instance of theTooltipOptions.Builderavoiding the need to create one manually viaTooltipOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totooltip(TooltipOptions).- Parameters:
 tooltip- a consumer that will call methods onTooltipOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -