Uses of Interface
software.amazon.awssdk.services.quicksight.model.WaterfallChartOptions.Builder
-
Packages that use WaterfallChartOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WaterfallChartOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WaterfallChartOptions.Builder Modifier and Type Method Description static WaterfallChartOptions.BuilderWaterfallChartOptions. builder()WaterfallChartOptions.BuilderWaterfallChartOptions. toBuilder()WaterfallChartOptions.BuilderWaterfallChartOptions.Builder. totalBarLabel(String totalBarLabel)This option determines the total bar label of a waterfall visual.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type WaterfallChartOptions.Builder Modifier and Type Method Description static Class<? extends WaterfallChartOptions.Builder>WaterfallChartOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type WaterfallChartOptions.Builder Modifier and Type Method Description default WaterfallChartConfiguration.BuilderWaterfallChartConfiguration.Builder. waterfallChartOptions(Consumer<WaterfallChartOptions.Builder> waterfallChartOptions)The options that determine the presentation of a waterfall visual.
-