Class CfnDashboardPropsMixin.WaterfallChartOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.WaterfallChartOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.WaterfallChartOptionsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.WaterfallChartOptionsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.WaterfallChartOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.WaterfallChartOptionsProperty>
A builder for
CfnDashboardPropsMixin.WaterfallChartOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.totalBarLabel(String totalBarLabel) Sets the value ofCfnDashboardPropsMixin.WaterfallChartOptionsProperty.getTotalBarLabel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
totalBarLabel
@Stability(Stable) public CfnDashboardPropsMixin.WaterfallChartOptionsProperty.Builder totalBarLabel(String totalBarLabel) Sets the value ofCfnDashboardPropsMixin.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<CfnDashboardPropsMixin.WaterfallChartOptionsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.WaterfallChartOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-