Class CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.WaterfallChartGroupColorConfigurationProperty>
- Enclosing interface:
CfnDashboard.WaterfallChartGroupColorConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.WaterfallChartGroupColorConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.negativeBarColor(String negativeBarColor) positiveBarColor(String positiveBarColor) totalBarColor(String totalBarColor)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
negativeBarColor
@Stability(Stable) public CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder negativeBarColor(String negativeBarColor) - Parameters:
negativeBarColor- Defines the color for the negative bars of a waterfall chart.- Returns:
this
-
positiveBarColor
@Stability(Stable) public CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder positiveBarColor(String positiveBarColor) - Parameters:
positiveBarColor- Defines the color for the positive bars of a waterfall chart.- Returns:
this
-
totalBarColor
@Stability(Stable) public CfnDashboard.WaterfallChartGroupColorConfigurationProperty.Builder totalBarColor(String totalBarColor) - Parameters:
totalBarColor- Defines the color for the total bars of a waterfall chart.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.WaterfallChartGroupColorConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.WaterfallChartGroupColorConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-