Class CfnAnalysis.WaterfallChartOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.WaterfallChartOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.WaterfallChartOptionsProperty>
- Enclosing interface:
CfnAnalysis.WaterfallChartOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.WaterfallChartOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.WaterfallChartOptionsProperty>
A builder for
CfnAnalysis.WaterfallChartOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.totalBarLabel
(String totalBarLabel) Sets the value ofCfnAnalysis.WaterfallChartOptionsProperty.getTotalBarLabel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
totalBarLabel
@Stability(Stable) public CfnAnalysis.WaterfallChartOptionsProperty.Builder totalBarLabel(String totalBarLabel) Sets the value ofCfnAnalysis.WaterfallChartOptionsProperty.getTotalBarLabel()
- Parameters:
totalBarLabel
- This option determines the total bar label of a waterfall visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.WaterfallChartOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.WaterfallChartOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-