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