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.colorConfiguration(IResolvable colorConfiguration) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getColorConfiguration()colorConfiguration(CfnDashboard.GaugeChartColorConfigurationProperty colorConfiguration) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getColorConfiguration()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()interactions(IResolvable interactions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getInteractions()interactions(CfnDashboard.VisualInteractionOptionsProperty interactions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getInteractions()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
-
colorConfiguration
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder colorConfiguration(IResolvable colorConfiguration) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getColorConfiguration()- Parameters:
colorConfiguration- The color configuration of aGaugeChartVisual.- Returns:
this
-
colorConfiguration
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder colorConfiguration(CfnDashboard.GaugeChartColorConfigurationProperty colorConfiguration) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getColorConfiguration()- Parameters:
colorConfiguration- The color configuration of aGaugeChartVisual.- Returns:
this
-
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
-
interactions
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder interactions(IResolvable interactions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboard.GaugeChartConfigurationProperty.Builder interactions(CfnDashboard.VisualInteractionOptionsProperty interactions) Sets the value ofCfnDashboard.GaugeChartConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- 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
-