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