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