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