Class CfnDashboard.GaugeChartConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GaugeChartConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GaugeChartConfigurationProperty>
- Enclosing interface:
- CfnDashboard.GaugeChartConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.GaugeChartConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GaugeChartConfigurationProperty>
A builder for
CfnDashboard.GaugeChartConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataLabels(IResolvable dataLabels) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getDataLabels()dataLabels(CfnDashboard.DataLabelOptionsProperty dataLabels) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getDataLabels()fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getFieldWells()fieldWells(CfnDashboard.GaugeChartFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getFieldWells()gaugeChartOptions(IResolvable gaugeChartOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getGaugeChartOptions()gaugeChartOptions(CfnDashboard.GaugeChartOptionsProperty gaugeChartOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getGaugeChartOptions()tooltipOptions(IResolvable tooltipOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getTooltipOptions()tooltipOptions(CfnDashboard.TooltipOptionsProperty tooltipOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getTooltipOptions()visualPalette(IResolvable visualPalette) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getVisualPalette()visualPalette(CfnDashboard.VisualPaletteProperty visualPalette) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getVisualPalette()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataLabels
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder dataLabels(IResolvable dataLabels) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getDataLabels()- Parameters:
dataLabels- The data label configuration of aGaugeChartVisual.- Returns:
this
-
dataLabels
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder dataLabels(CfnDashboard.DataLabelOptionsProperty dataLabels) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getDataLabels()- Parameters:
dataLabels- The data label configuration of aGaugeChartVisual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field well configuration of aGaugeChartVisual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder fieldWells(CfnDashboard.GaugeChartFieldWellsProperty fieldWells) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field well configuration of aGaugeChartVisual.- Returns:
this
-
gaugeChartOptions
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder gaugeChartOptions(IResolvable gaugeChartOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getGaugeChartOptions()- Parameters:
gaugeChartOptions- The options that determine the presentation of theGaugeChartVisual.- Returns:
this
-
gaugeChartOptions
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder gaugeChartOptions(CfnDashboard.GaugeChartOptionsProperty gaugeChartOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getGaugeChartOptions()- Parameters:
gaugeChartOptions- The options that determine the presentation of theGaugeChartVisual.- Returns:
this
-
tooltipOptions
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder tooltipOptions(IResolvable tooltipOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getTooltipOptions()- Parameters:
tooltipOptions- The tooltip configuration of aGaugeChartVisual.- Returns:
this
-
tooltipOptions
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder tooltipOptions(CfnDashboard.TooltipOptionsProperty tooltipOptions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getTooltipOptions()- Parameters:
tooltipOptions- The tooltip configuration of aGaugeChartVisual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder visualPalette(IResolvable visualPalette) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getVisualPalette()- Parameters:
visualPalette- The visual palette configuration of aGaugeChartVisual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder visualPalette(CfnDashboard.VisualPaletteProperty visualPalette) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getVisualPalette()- Parameters:
visualPalette- The visual palette configuration of aGaugeChartVisual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GaugeChartConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.GaugeChartConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-