Class CfnAnalysis.HeatMapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.HeatMapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.HeatMapConfigurationProperty>
- Enclosing interface:
CfnAnalysis.HeatMapConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.HeatMapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.HeatMapConfigurationProperty>
A builder for
CfnAnalysis.HeatMapConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.colorScale(IResolvable colorScale) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColorScale()colorScale(CfnAnalysis.ColorScaleProperty colorScale) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColorScale()columnLabelOptions(IResolvable columnLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColumnLabelOptions()columnLabelOptions(CfnAnalysis.ChartAxisLabelOptionsProperty columnLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColumnLabelOptions()dataLabels(IResolvable dataLabels) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getDataLabels()dataLabels(CfnAnalysis.DataLabelOptionsProperty dataLabels) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getDataLabels()fieldWells(IResolvable fieldWells) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getFieldWells()fieldWells(CfnAnalysis.HeatMapFieldWellsProperty fieldWells) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getFieldWells()interactions(IResolvable interactions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getInteractions()interactions(CfnAnalysis.VisualInteractionOptionsProperty interactions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getInteractions()legend(IResolvable legend) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getLegend()Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getLegend()rowLabelOptions(IResolvable rowLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getRowLabelOptions()rowLabelOptions(CfnAnalysis.ChartAxisLabelOptionsProperty rowLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getRowLabelOptions()sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getSortConfiguration()sortConfiguration(CfnAnalysis.HeatMapSortConfigurationProperty sortConfiguration) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getSortConfiguration()tooltip(IResolvable tooltip) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getTooltip()Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getTooltip()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
colorScale
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder colorScale(IResolvable colorScale) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColorScale()- Parameters:
colorScale- The color options (gradient color, point of divergence) in a heat map.- Returns:
this
-
colorScale
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder colorScale(CfnAnalysis.ColorScaleProperty colorScale) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColorScale()- Parameters:
colorScale- The color options (gradient color, point of divergence) in a heat map.- Returns:
this
-
columnLabelOptions
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder columnLabelOptions(IResolvable columnLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColumnLabelOptions()- Parameters:
columnLabelOptions- The label options of the column that is displayed in a heat map.- Returns:
this
-
columnLabelOptions
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder columnLabelOptions(CfnAnalysis.ChartAxisLabelOptionsProperty columnLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getColumnLabelOptions()- Parameters:
columnLabelOptions- The label options of the column that is displayed in a heat map.- Returns:
this
-
dataLabels
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder dataLabels(IResolvable dataLabels) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getDataLabels()- Parameters:
dataLabels- The options that determine if visual data labels are displayed.- Returns:
this
-
dataLabels
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder dataLabels(CfnAnalysis.DataLabelOptionsProperty dataLabels) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getDataLabels()- Parameters:
dataLabels- The options that determine if visual data labels are displayed.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder fieldWells(CfnAnalysis.HeatMapFieldWellsProperty fieldWells) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder interactions(IResolvable interactions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder interactions(CfnAnalysis.VisualInteractionOptionsProperty interactions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
legend
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder legend(CfnAnalysis.LegendOptionsProperty legend) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
rowLabelOptions
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder rowLabelOptions(IResolvable rowLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getRowLabelOptions()- Parameters:
rowLabelOptions- The label options of the row that is displayed in aheat map.- Returns:
this
-
rowLabelOptions
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder rowLabelOptions(CfnAnalysis.ChartAxisLabelOptionsProperty rowLabelOptions) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getRowLabelOptions()- Parameters:
rowLabelOptions- The label options of the row that is displayed in aheat map.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration of a heat map.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder sortConfiguration(CfnAnalysis.HeatMapSortConfigurationProperty sortConfiguration) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration of a heat map.- Returns:
this
-
tooltip
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getTooltip()- Parameters:
tooltip- The tooltip display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnAnalysis.HeatMapConfigurationProperty.Builder tooltip(CfnAnalysis.TooltipOptionsProperty tooltip) Sets the value ofCfnAnalysis.HeatMapConfigurationProperty.getTooltip()- Parameters:
tooltip- The tooltip display setup of the visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.HeatMapConfigurationProperty>- Returns:
- a new instance of
CfnAnalysis.HeatMapConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-