Class CfnTemplate.WaterfallChartFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.WaterfallChartFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.WaterfallChartFieldWellsProperty>
- Enclosing interface:
CfnTemplate.WaterfallChartFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplate.WaterfallChartFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.WaterfallChartFieldWellsProperty>
A builder for
CfnTemplate.WaterfallChartFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.waterfallChartAggregatedFieldWells(IResolvable waterfallChartAggregatedFieldWells) waterfallChartAggregatedFieldWells(CfnTemplate.WaterfallChartAggregatedFieldWellsProperty waterfallChartAggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
waterfallChartAggregatedFieldWells
@Stability(Stable) public CfnTemplate.WaterfallChartFieldWellsProperty.Builder waterfallChartAggregatedFieldWells(IResolvable waterfallChartAggregatedFieldWells) Sets the value ofCfnTemplate.WaterfallChartFieldWellsProperty.getWaterfallChartAggregatedFieldWells()- Parameters:
waterfallChartAggregatedFieldWells- The field well configuration of a waterfall visual.- Returns:
this
-
waterfallChartAggregatedFieldWells
@Stability(Stable) public CfnTemplate.WaterfallChartFieldWellsProperty.Builder waterfallChartAggregatedFieldWells(CfnTemplate.WaterfallChartAggregatedFieldWellsProperty waterfallChartAggregatedFieldWells) Sets the value ofCfnTemplate.WaterfallChartFieldWellsProperty.getWaterfallChartAggregatedFieldWells()- Parameters:
waterfallChartAggregatedFieldWells- The field well configuration of a waterfall visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.WaterfallChartFieldWellsProperty>- Returns:
- a new instance of
CfnTemplate.WaterfallChartFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-