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