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