@Generated(value="software.amazon.awssdk:codegen") public final class DonutOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DonutOptions.Builder,DonutOptions>
The options for configuring a donut chart or pie chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DonutOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArcOptions |
arcOptions()
The option for define the arc of the chart shape.
|
static DonutOptions.Builder |
builder() |
DonutCenterOptions |
donutCenterOptions()
The label options of the label that is displayed in the center of a donut chart.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DonutOptions.Builder> |
serializableBuilderClass() |
DonutOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArcOptions arcOptions()
The option for define the arc of the chart shape. Valid values are as follows:
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
WHOLE - A pie chart
SMALL- A small-sized donut chart
MEDIUM- A medium-sized donut chart
LARGE- A large-sized donut chart
public final DonutCenterOptions donutCenterOptions()
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
public DonutOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DonutOptions.Builder,DonutOptions>public static DonutOptions.Builder builder()
public static Class<? extends DonutOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.