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