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