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