Class CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.WaterfallChartAggregatedFieldWellsProperty>
- Enclosing interface:
- CfnDashboard.WaterfallChartAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.WaterfallChartAggregatedFieldWellsProperty>
A builder for
CfnDashboard.WaterfallChartAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbreakdowns(List<? extends Object> breakdowns) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getBreakdowns()breakdowns(IResolvable breakdowns) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getBreakdowns()build()Builds the configured instance.categories(List<? extends Object> categories) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getCategories()categories(IResolvable categories) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getCategories()Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
breakdowns
@Stability(Stable) public CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder breakdowns(IResolvable breakdowns) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getBreakdowns()- Parameters:
breakdowns- The breakdown field wells of a waterfall visual.- Returns:
this
-
breakdowns
@Stability(Stable) public CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder breakdowns(List<? extends Object> breakdowns) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getBreakdowns()- Parameters:
breakdowns- The breakdown field wells of a waterfall visual.- Returns:
this
-
categories
@Stability(Stable) public CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder categories(IResolvable categories) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getCategories()- Parameters:
categories- The category field wells of a waterfall visual.- Returns:
this
-
categories
@Stability(Stable) public CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder categories(List<? extends Object> categories) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getCategories()- Parameters:
categories- The category field wells of a waterfall visual.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field wells of a waterfall visual.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.WaterfallChartAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnDashboard.WaterfallChartAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field wells of a waterfall visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.WaterfallChartAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.WaterfallChartAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-