Interface HeatMapConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>,SdkBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>,SdkPojo
- Enclosing class:
- HeatMapConfiguration
public static interface HeatMapConfiguration.Builder extends SdkPojo, CopyableBuilder<HeatMapConfiguration.Builder,HeatMapConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HeatMapConfiguration.BuildercolorScale(Consumer<ColorScale.Builder> colorScale)The color options (gradient color, point of divergence) in a heat map.HeatMapConfiguration.BuildercolorScale(ColorScale colorScale)The color options (gradient color, point of divergence) in a heat map.default HeatMapConfiguration.BuildercolumnLabelOptions(Consumer<ChartAxisLabelOptions.Builder> columnLabelOptions)The label options of the column that is displayed in a heat map.HeatMapConfiguration.BuildercolumnLabelOptions(ChartAxisLabelOptions columnLabelOptions)The label options of the column that is displayed in a heat map.default HeatMapConfiguration.BuilderdataLabels(Consumer<DataLabelOptions.Builder> dataLabels)The options that determine if visual data labels are displayed.HeatMapConfiguration.BuilderdataLabels(DataLabelOptions dataLabels)The options that determine if visual data labels are displayed.default HeatMapConfiguration.BuilderfieldWells(Consumer<HeatMapFieldWells.Builder> fieldWells)The field wells of the visual.HeatMapConfiguration.BuilderfieldWells(HeatMapFieldWells fieldWells)The field wells of the visual.default HeatMapConfiguration.Builderlegend(Consumer<LegendOptions.Builder> legend)The legend display setup of the visual.HeatMapConfiguration.Builderlegend(LegendOptions legend)The legend display setup of the visual.default HeatMapConfiguration.BuilderrowLabelOptions(Consumer<ChartAxisLabelOptions.Builder> rowLabelOptions)The label options of the row that is displayed in aheat map.HeatMapConfiguration.BuilderrowLabelOptions(ChartAxisLabelOptions rowLabelOptions)The label options of the row that is displayed in aheat map.default HeatMapConfiguration.BuildersortConfiguration(Consumer<HeatMapSortConfiguration.Builder> sortConfiguration)The sort configuration of a heat map.HeatMapConfiguration.BuildersortConfiguration(HeatMapSortConfiguration sortConfiguration)The sort configuration of a heat map.default HeatMapConfiguration.Buildertooltip(Consumer<TooltipOptions.Builder> tooltip)The tooltip display setup of the visual.HeatMapConfiguration.Buildertooltip(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, sdkFields
-
-
-
-
Method Detail
-
fieldWells
HeatMapConfiguration.Builder fieldWells(HeatMapFieldWells 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
default HeatMapConfiguration.Builder fieldWells(Consumer<HeatMapFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theHeatMapFieldWells.Builderavoiding the need to create one manually viaHeatMapFieldWells.builder().When the
Consumercompletes,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:
fieldWells(HeatMapFieldWells)
-
sortConfiguration
HeatMapConfiguration.Builder sortConfiguration(HeatMapSortConfiguration 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.Builderavoiding the need to create one manually viaHeatMapSortConfiguration.builder().When the
Consumercompletes,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:
sortConfiguration(HeatMapSortConfiguration)
-
rowLabelOptions
HeatMapConfiguration.Builder rowLabelOptions(ChartAxisLabelOptions 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.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,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:
rowLabelOptions(ChartAxisLabelOptions)
-
columnLabelOptions
HeatMapConfiguration.Builder columnLabelOptions(ChartAxisLabelOptions 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.Builderavoiding the need to create one manually viaChartAxisLabelOptions.builder().When the
Consumercompletes,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:
columnLabelOptions(ChartAxisLabelOptions)
-
colorScale
HeatMapConfiguration.Builder colorScale(ColorScale 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
default HeatMapConfiguration.Builder colorScale(Consumer<ColorScale.Builder> colorScale)
The color options (gradient color, point of divergence) in a heat 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:
colorScale(ColorScale)
-
legend
HeatMapConfiguration.Builder legend(LegendOptions 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
default HeatMapConfiguration.Builder legend(Consumer<LegendOptions.Builder> 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:
legend(LegendOptions)
-
dataLabels
HeatMapConfiguration.Builder dataLabels(DataLabelOptions 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
default HeatMapConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> 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:
dataLabels(DataLabelOptions)
-
tooltip
HeatMapConfiguration.Builder tooltip(TooltipOptions 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
default HeatMapConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> 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:
tooltip(TooltipOptions)
-
-