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