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