Class CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.BoxPlotAggregatedFieldWellsProperty>
- Enclosing interface:
CfnTemplate.BoxPlotAggregatedFieldWellsProperty
@Stability(Stable)
public static final class CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.BoxPlotAggregatedFieldWellsProperty>
A builder for
CfnTemplate.BoxPlotAggregatedFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTemplate.BoxPlotAggregatedFieldWellsProperty.getGroupBy()groupBy(IResolvable groupBy) Sets the value ofCfnTemplate.BoxPlotAggregatedFieldWellsProperty.getGroupBy()Sets the value ofCfnTemplate.BoxPlotAggregatedFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnTemplate.BoxPlotAggregatedFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupBy
@Stability(Stable) public CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder groupBy(IResolvable groupBy) Sets the value ofCfnTemplate.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 CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder groupBy(List<? extends Object> groupBy) Sets the value ofCfnTemplate.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 CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnTemplate.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 CfnTemplate.BoxPlotAggregatedFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnTemplate.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<CfnTemplate.BoxPlotAggregatedFieldWellsProperty>- Returns:
- a new instance of
CfnTemplate.BoxPlotAggregatedFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-