Class CfnDashboardPropsMixin.WordCloudFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.WordCloudFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.WordCloudFieldWellsProperty>
- Enclosing interface:
CfnDashboardPropsMixin.WordCloudFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.WordCloudFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.WordCloudFieldWellsProperty>
A builder for
CfnDashboardPropsMixin.WordCloudFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.wordCloudAggregatedFieldWells(CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty wordCloudAggregatedFieldWells) wordCloudAggregatedFieldWells(IResolvable wordCloudAggregatedFieldWells)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
wordCloudAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.WordCloudFieldWellsProperty.Builder wordCloudAggregatedFieldWells(IResolvable wordCloudAggregatedFieldWells) Sets the value ofCfnDashboardPropsMixin.WordCloudFieldWellsProperty.getWordCloudAggregatedFieldWells()- Parameters:
wordCloudAggregatedFieldWells- The aggregated field wells of a word cloud.- Returns:
this
-
wordCloudAggregatedFieldWells
@Stability(Stable) public CfnDashboardPropsMixin.WordCloudFieldWellsProperty.Builder wordCloudAggregatedFieldWells(CfnDashboardPropsMixin.WordCloudAggregatedFieldWellsProperty wordCloudAggregatedFieldWells) Sets the value ofCfnDashboardPropsMixin.WordCloudFieldWellsProperty.getWordCloudAggregatedFieldWells()- Parameters:
wordCloudAggregatedFieldWells- The aggregated field wells of a word cloud.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.WordCloudFieldWellsProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.WordCloudFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-