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