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