Uses of Interface
software.amazon.awssdk.services.quicksight.model.ArcOptions.Builder
-
Packages that use ArcOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ArcOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ArcOptions.Builder Modifier and Type Method Description ArcOptions.BuilderArcOptions.Builder. arcThickness(String arcThickness)The arc thickness of aGaugeChartVisual.ArcOptions.BuilderArcOptions.Builder. arcThickness(ArcThickness arcThickness)The arc thickness of aGaugeChartVisual.static ArcOptions.BuilderArcOptions. builder()ArcOptions.BuilderArcOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ArcOptions.Builder Modifier and Type Method Description static Class<? extends ArcOptions.Builder>ArcOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ArcOptions.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.
-