Class CfnTemplate.WordCloudChartConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.WordCloudChartConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.WordCloudChartConfigurationProperty>
- Enclosing interface:
CfnTemplate.WordCloudChartConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.WordCloudChartConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.WordCloudChartConfigurationProperty>
A builder for
CfnTemplate.WordCloudChartConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.categoryLabelOptions(IResolvable categoryLabelOptions) categoryLabelOptions(CfnTemplate.ChartAxisLabelOptionsProperty categoryLabelOptions) fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getFieldWells()fieldWells(CfnTemplate.WordCloudFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getFieldWells()interactions(IResolvable interactions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getInteractions()interactions(CfnTemplate.VisualInteractionOptionsProperty interactions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getInteractions()sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getSortConfiguration()sortConfiguration(CfnTemplate.WordCloudSortConfigurationProperty sortConfiguration) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getSortConfiguration()wordCloudOptions(IResolvable wordCloudOptions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getWordCloudOptions()wordCloudOptions(CfnTemplate.WordCloudOptionsProperty wordCloudOptions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getWordCloudOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryLabelOptions
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder categoryLabelOptions(IResolvable categoryLabelOptions) - Parameters:
categoryLabelOptions- The label options (label text, label visibility, and sort icon visibility) for the word cloud category.- Returns:
this
-
categoryLabelOptions
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder categoryLabelOptions(CfnTemplate.ChartAxisLabelOptionsProperty categoryLabelOptions) - Parameters:
categoryLabelOptions- The label options (label text, label visibility, and sort icon visibility) for the word cloud category.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder fieldWells(IResolvable fieldWells) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder fieldWells(CfnTemplate.WordCloudFieldWellsProperty fieldWells) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getFieldWells()- Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder interactions(IResolvable interactions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder interactions(CfnTemplate.VisualInteractionOptionsProperty interactions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getInteractions()- Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder sortConfiguration(IResolvable sortConfiguration) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration of a word cloud visual.- Returns:
this
-
sortConfiguration
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder sortConfiguration(CfnTemplate.WordCloudSortConfigurationProperty sortConfiguration) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getSortConfiguration()- Parameters:
sortConfiguration- The sort configuration of a word cloud visual.- Returns:
this
-
wordCloudOptions
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder wordCloudOptions(IResolvable wordCloudOptions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getWordCloudOptions()- Parameters:
wordCloudOptions- The options for a word cloud visual.- Returns:
this
-
wordCloudOptions
@Stability(Stable) public CfnTemplate.WordCloudChartConfigurationProperty.Builder wordCloudOptions(CfnTemplate.WordCloudOptionsProperty wordCloudOptions) Sets the value ofCfnTemplate.WordCloudChartConfigurationProperty.getWordCloudOptions()- Parameters:
wordCloudOptions- The options for a word cloud visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.WordCloudChartConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.WordCloudChartConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-