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