Class CfnDashboard.GaugeChartArcConditionalFormattingProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GaugeChartArcConditionalFormattingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GaugeChartArcConditionalFormattingProperty>
- Enclosing interface:
CfnDashboard.GaugeChartArcConditionalFormattingProperty
@Stability(Stable)
public static final class CfnDashboard.GaugeChartArcConditionalFormattingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GaugeChartArcConditionalFormattingProperty>
A builder for
CfnDashboard.GaugeChartArcConditionalFormattingProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.foregroundColor
(IResolvable foregroundColor) foregroundColor
(CfnDashboard.ConditionalFormattingColorProperty foregroundColor)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
foregroundColor
@Stability(Stable) public CfnDashboard.GaugeChartArcConditionalFormattingProperty.Builder foregroundColor(IResolvable foregroundColor) - Parameters:
foregroundColor
- The conditional formatting of the arc foreground color.- Returns:
this
-
foregroundColor
@Stability(Stable) public CfnDashboard.GaugeChartArcConditionalFormattingProperty.Builder foregroundColor(CfnDashboard.ConditionalFormattingColorProperty foregroundColor) - Parameters:
foregroundColor
- The conditional formatting of the arc foreground color.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.GaugeChartArcConditionalFormattingProperty>
- Returns:
- a new instance of
CfnDashboard.GaugeChartArcConditionalFormattingProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-