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