Uses of Interface
software.amazon.awssdk.services.quicksight.model.DonutOptions.Builder
-
Packages that use DonutOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DonutOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DonutOptions.Builder Modifier and Type Method Description default DonutOptions.BuilderDonutOptions.Builder. arcOptions(Consumer<ArcOptions.Builder> arcOptions)The option for define the arc of the chart shape.DonutOptions.BuilderDonutOptions.Builder. arcOptions(ArcOptions arcOptions)The option for define the arc of the chart shape.static DonutOptions.BuilderDonutOptions. builder()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.DonutOptions.BuilderDonutOptions.Builder. donutCenterOptions(DonutCenterOptions donutCenterOptions)The label options of the label that is displayed in the center of a donut chart.DonutOptions.BuilderDonutOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DonutOptions.Builder Modifier and Type Method Description static Class<? extends DonutOptions.Builder>DonutOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DonutOptions.Builder Modifier and Type Method Description default PieChartConfiguration.BuilderPieChartConfiguration.Builder. donutOptions(Consumer<DonutOptions.Builder> donutOptions)The options that determine the shape of the chart.
-