Interface HeatMapConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HeatMapConfiguration.Builder,
,HeatMapConfiguration> SdkBuilder<HeatMapConfiguration.Builder,
,HeatMapConfiguration> SdkPojo
- Enclosing class:
HeatMapConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault HeatMapConfiguration.Builder
colorScale
(Consumer<ColorScale.Builder> colorScale) The color options (gradient color, point of divergence) in a heat map.colorScale
(ColorScale colorScale) The color options (gradient color, point of divergence) in a heat map.default HeatMapConfiguration.Builder
columnLabelOptions
(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions) The label options of the column that is displayed in a heat map.columnLabelOptions
(ChartAxisLabelOptions columnLabelOptions) The label options of the column that is displayed in a heat map.default HeatMapConfiguration.Builder
dataLabels
(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 HeatMapConfiguration.Builder
fieldWells
(Consumer<HeatMapFieldWells.Builder> fieldWells) The field wells of the visual.fieldWells
(HeatMapFieldWells fieldWells) The field wells of the visual.default HeatMapConfiguration.Builder
interactions
(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.interactions
(VisualInteractionOptions interactions) The general visual interactions setup for a visual.default HeatMapConfiguration.Builder
legend
(Consumer<LegendOptions.Builder> legend) The legend display setup of the visual.legend
(LegendOptions legend) The legend display setup of the visual.default HeatMapConfiguration.Builder
rowLabelOptions
(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions) The label options of the row that is displayed in aheat map
.rowLabelOptions
(ChartAxisLabelOptions rowLabelOptions) The label options of the row that is displayed in aheat map
.default HeatMapConfiguration.Builder
sortConfiguration
(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration) The sort configuration of a heat map.sortConfiguration
(HeatMapSortConfiguration sortConfiguration) The sort configuration of a heat map.default HeatMapConfiguration.Builder
tooltip
(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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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 theHeatMapFieldWells.Builder
avoiding the need to create one manually viaHeatMapFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldWells(HeatMapFieldWells)
.- Parameters:
fieldWells
- a consumer that will call methods onHeatMapFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortConfiguration
The sort configuration of a heat map.
- Parameters:
sortConfiguration
- The sort configuration of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortConfiguration
default HeatMapConfiguration.Builder sortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration) The sort configuration of a heat map.
This is a convenience method that creates an instance of theHeatMapSortConfiguration.Builder
avoiding the need to create one manually viaHeatMapSortConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortConfiguration(HeatMapSortConfiguration)
.- Parameters:
sortConfiguration
- a consumer that will call methods onHeatMapSortConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rowLabelOptions
The label options of the row that is displayed in a
heat map
.- Parameters:
rowLabelOptions
- The label options of the row that is displayed in aheat map
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rowLabelOptions
default HeatMapConfiguration.Builder rowLabelOptions(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions) The label options of the row that is displayed in a
This is a convenience method that creates an instance of theheat map
.ChartAxisLabelOptions.Builder
avoiding the need to create one manually viaChartAxisLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torowLabelOptions(ChartAxisLabelOptions)
.- Parameters:
rowLabelOptions
- 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:
-
columnLabelOptions
The label options of the column that is displayed in a heat map.
- Parameters:
columnLabelOptions
- The label options of the column that is displayed in a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnLabelOptions
default HeatMapConfiguration.Builder columnLabelOptions(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions) The label options of the column that is displayed in a heat map.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder
avoiding the need to create one manually viaChartAxisLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolumnLabelOptions(ChartAxisLabelOptions)
.- Parameters:
columnLabelOptions
- 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) in a heat map.
- Parameters:
colorScale
- The color options (gradient color, point of divergence) in a heat 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) in a heat map.
This is a convenience method that creates an instance of theColorScale.Builder
avoiding the need to create one manually viaColorScale.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaLegendOptions.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaDataLabelOptions.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaTooltipOptions.builder()
.When the
Consumer
completes,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:
-
interactions
The general visual interactions setup for a visual.
- Parameters:
interactions
- The general visual interactions setup for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interactions
default HeatMapConfiguration.Builder interactions(Consumer<VisualInteractionOptions.Builder> interactions) The general visual interactions setup for a visual.
This is a convenience method that creates an instance of theVisualInteractionOptions.Builder
avoiding the need to create one manually viaVisualInteractionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointeractions(VisualInteractionOptions)
.- Parameters:
interactions
- a consumer that will call methods onVisualInteractionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-