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