| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DonutOptions.Builder |
DonutOptions.Builder.arcOptions(ArcOptions arcOptions)
The option for define the arc of the chart shape.
|
default DonutOptions.Builder |
DonutOptions.Builder.arcOptions(Consumer<ArcOptions.Builder> arcOptions)
The option for define the arc of the chart shape.
|
static DonutOptions.Builder |
DonutOptions.builder() |
default DonutOptions.Builder |
DonutOptions.Builder.donutCenterOptions(Consumer<DonutCenterOptions.Builder> donutCenterOptions)
The label options of the label that is displayed in the center of a donut chart.
|
DonutOptions.Builder |
DonutOptions.Builder.donutCenterOptions(DonutCenterOptions donutCenterOptions)
The label options of the label that is displayed in the center of a donut chart.
|
DonutOptions.Builder |
DonutOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DonutOptions.Builder> |
DonutOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PieChartConfiguration.Builder |
PieChartConfiguration.Builder.donutOptions(Consumer<DonutOptions.Builder> donutOptions)
The options that determine the shape of the chart.
|
Copyright © 2023. All rights reserved.