Uses of Interface
software.amazon.awssdk.services.quicksight.model.ProgressBarOptions.Builder
-
Packages that use ProgressBarOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ProgressBarOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ProgressBarOptions.Builder Modifier and Type Method Description static ProgressBarOptions.BuilderProgressBarOptions. builder()ProgressBarOptions.BuilderProgressBarOptions. toBuilder()ProgressBarOptions.BuilderProgressBarOptions.Builder. visibility(String visibility)The visibility of the progress bar.ProgressBarOptions.BuilderProgressBarOptions.Builder. visibility(Visibility visibility)The visibility of the progress bar.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ProgressBarOptions.Builder Modifier and Type Method Description static Class<? extends ProgressBarOptions.Builder>ProgressBarOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ProgressBarOptions.Builder Modifier and Type Method Description default KPIOptions.BuilderKPIOptions.Builder. progressBar(Consumer<ProgressBarOptions.Builder> progressBar)The options that determine the presentation of the progress bar of a KPI visual.
-