Uses of Interface
software.amazon.awssdk.services.quicksight.model.DonutCenterOptions.Builder
-
Packages that use DonutCenterOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DonutCenterOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DonutCenterOptions.Builder Modifier and Type Method Description static DonutCenterOptions.BuilderDonutCenterOptions. builder()DonutCenterOptions.BuilderDonutCenterOptions.Builder. labelVisibility(String labelVisibility)Determines the visibility of the label in a donut chart.DonutCenterOptions.BuilderDonutCenterOptions.Builder. labelVisibility(Visibility labelVisibility)Determines the visibility of the label in a donut chart.DonutCenterOptions.BuilderDonutCenterOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DonutCenterOptions.Builder Modifier and Type Method Description static Class<? extends DonutCenterOptions.Builder>DonutCenterOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DonutCenterOptions.Builder Modifier and Type Method Description default DonutOptions.BuilderDonutOptions.Builder. donutCenterOptions(Consumer<DonutCenterOptions.Builder> donutCenterOptions)The label options of the label that is displayed in the center of a donut chart.
-