Class CfnAnalysis.WaterfallChartGroupColorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.WaterfallChartGroupColorConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.WaterfallChartGroupColorConfigurationProperty>
- Enclosing interface:
CfnAnalysis.WaterfallChartGroupColorConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.WaterfallChartGroupColorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.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 CfnAnalysis.WaterfallChartGroupColorConfigurationProperty.Builder negativeBarColor(String negativeBarColor) - Parameters:
negativeBarColor
- Defines the color for the negative bars of a waterfall chart.- Returns:
this
-
positiveBarColor
@Stability(Stable) public CfnAnalysis.WaterfallChartGroupColorConfigurationProperty.Builder positiveBarColor(String positiveBarColor) - Parameters:
positiveBarColor
- Defines the color for the positive bars of a waterfall chart.- Returns:
this
-
totalBarColor
@Stability(Stable) public CfnAnalysis.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.WaterfallChartGroupColorConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.WaterfallChartGroupColorConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-