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