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