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