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