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