Class CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.BoxPlotAggregatedFieldWellsProperty>
- Enclosing interface:
CfnDashboard.BoxPlotAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.BoxPlotAggregatedFieldWellsProperty>
A builder for
CfnDashboard.BoxPlotAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getGroupBy()groupBy(IResolvable groupBy) Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getGroupBy()Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupBy
@Stability(Stable) public CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder groupBy(IResolvable groupBy) Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getGroupBy()- Parameters:
groupBy- The group by field well of a box plot chart. Values are grouped based on group by fields.- Returns:
this
-
groupBy
@Stability(Stable) public CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder groupBy(List<? extends Object> groupBy) Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getGroupBy()- Parameters:
groupBy- The group by field well of a box plot chart. Values are grouped based on group by fields.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field well of a box plot chart. Values are aggregated based on group by fields.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.BoxPlotAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnDashboard.BoxPlotAggregatedFieldWellsProperty.getValues()- Parameters:
values- The value field well of a box plot chart. Values are aggregated based on group by fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.BoxPlotAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.BoxPlotAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-