Uses of Interface
software.amazon.awssdk.services.quicksight.model.WaterfallChartSortConfiguration.Builder
-
Packages that use WaterfallChartSortConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WaterfallChartSortConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WaterfallChartSortConfiguration.Builder Modifier and Type Method Description default WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration.Builder. breakdownItemsLimit(Consumer<ItemsLimitConfiguration.Builder> breakdownItemsLimit)The limit on the number of bar groups that are displayed.WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration.Builder. breakdownItemsLimit(ItemsLimitConfiguration breakdownItemsLimit)The limit on the number of bar groups that are displayed.static WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration. builder()WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration.Builder. categorySort(Collection<FieldSortOptions> categorySort)The sort configuration of the category fields.WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration.Builder. categorySort(Consumer<FieldSortOptions.Builder>... categorySort)The sort configuration of the category fields.WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration.Builder. categorySort(FieldSortOptions... categorySort)The sort configuration of the category fields.WaterfallChartSortConfiguration.BuilderWaterfallChartSortConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type WaterfallChartSortConfiguration.Builder Modifier and Type Method Description static Class<? extends WaterfallChartSortConfiguration.Builder>WaterfallChartSortConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type WaterfallChartSortConfiguration.Builder Modifier and Type Method Description default WaterfallChartConfiguration.BuilderWaterfallChartConfiguration.Builder. sortConfiguration(Consumer<WaterfallChartSortConfiguration.Builder> sortConfiguration)The sort configuration of a waterfall visual.
-