Class CfnDashboard.GaugeChartColorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GaugeChartColorConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GaugeChartColorConfigurationProperty>
- Enclosing interface:
CfnDashboard.GaugeChartColorConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.GaugeChartColorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GaugeChartColorConfigurationProperty>
A builder for
CfnDashboard.GaugeChartColorConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) Sets the value ofCfnDashboard.GaugeChartColorConfigurationProperty.getBackgroundColor()build()Builds the configured instance.foregroundColor(String foregroundColor) Sets the value ofCfnDashboard.GaugeChartColorConfigurationProperty.getForegroundColor()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backgroundColor
@Stability(Stable) public CfnDashboard.GaugeChartColorConfigurationProperty.Builder backgroundColor(String backgroundColor) Sets the value ofCfnDashboard.GaugeChartColorConfigurationProperty.getBackgroundColor()- Parameters:
backgroundColor- The background color configuration of aGaugeChartVisual.- Returns:
this
-
foregroundColor
@Stability(Stable) public CfnDashboard.GaugeChartColorConfigurationProperty.Builder foregroundColor(String foregroundColor) Sets the value ofCfnDashboard.GaugeChartColorConfigurationProperty.getForegroundColor()- Parameters:
foregroundColor- The foreground color configuration of aGaugeChartVisual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GaugeChartColorConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.GaugeChartColorConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-