Uses of Interface
software.amazon.awssdk.services.quicksight.model.TreeMapSortConfiguration.Builder
-
Packages that use TreeMapSortConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TreeMapSortConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TreeMapSortConfiguration.Builder Modifier and Type Method Description static TreeMapSortConfiguration.BuilderTreeMapSortConfiguration. builder()TreeMapSortConfiguration.BuilderTreeMapSortConfiguration. toBuilder()default TreeMapSortConfiguration.BuilderTreeMapSortConfiguration.Builder. treeMapGroupItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> treeMapGroupItemsLimitConfiguration)The limit on the number of groups that are displayed.TreeMapSortConfiguration.BuilderTreeMapSortConfiguration.Builder. treeMapGroupItemsLimitConfiguration(ItemsLimitConfiguration treeMapGroupItemsLimitConfiguration)The limit on the number of groups that are displayed.TreeMapSortConfiguration.BuilderTreeMapSortConfiguration.Builder. treeMapSort(Collection<FieldSortOptions> treeMapSort)The sort configuration of group by fields.TreeMapSortConfiguration.BuilderTreeMapSortConfiguration.Builder. treeMapSort(Consumer<FieldSortOptions.Builder>... treeMapSort)The sort configuration of group by fields.TreeMapSortConfiguration.BuilderTreeMapSortConfiguration.Builder. treeMapSort(FieldSortOptions... treeMapSort)The sort configuration of group by fields.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TreeMapSortConfiguration.Builder Modifier and Type Method Description static Class<? extends TreeMapSortConfiguration.Builder>TreeMapSortConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TreeMapSortConfiguration.Builder Modifier and Type Method Description default TreeMapConfiguration.BuilderTreeMapConfiguration.Builder. sortConfiguration(Consumer<TreeMapSortConfiguration.Builder> sortConfiguration)The sort configuration of a tree map.
-