Class CfnAnalysis.WordCloudSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.WordCloudSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.WordCloudSortConfigurationProperty>
- Enclosing interface:
CfnAnalysis.WordCloudSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.WordCloudSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.WordCloudSortConfigurationProperty>
A builder for
CfnAnalysis.WordCloudSortConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.categoryItemsLimit
(IResolvable categoryItemsLimit) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategoryItemsLimit()
categoryItemsLimit
(CfnAnalysis.ItemsLimitConfigurationProperty categoryItemsLimit) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategoryItemsLimit()
categorySort
(List<? extends Object> categorySort) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategorySort()
categorySort
(IResolvable categorySort) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategorySort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryItemsLimit
@Stability(Stable) public CfnAnalysis.WordCloudSortConfigurationProperty.Builder categoryItemsLimit(IResolvable categoryItemsLimit) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategoryItemsLimit()
- Parameters:
categoryItemsLimit
- The limit on the number of groups that are displayed in a word cloud.- Returns:
this
-
categoryItemsLimit
@Stability(Stable) public CfnAnalysis.WordCloudSortConfigurationProperty.Builder categoryItemsLimit(CfnAnalysis.ItemsLimitConfigurationProperty categoryItemsLimit) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategoryItemsLimit()
- Parameters:
categoryItemsLimit
- The limit on the number of groups that are displayed in a word cloud.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysis.WordCloudSortConfigurationProperty.Builder categorySort(IResolvable categorySort) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategorySort()
- Parameters:
categorySort
- The sort configuration of group by fields.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysis.WordCloudSortConfigurationProperty.Builder categorySort(List<? extends Object> categorySort) Sets the value ofCfnAnalysis.WordCloudSortConfigurationProperty.getCategorySort()
- Parameters:
categorySort
- The sort configuration of group by fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.WordCloudSortConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.WordCloudSortConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-