@Generated(value="software.amazon.awssdk:codegen") public final class DonutCenterOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DonutCenterOptions.Builder,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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DonutCenterOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DonutCenterOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Visibility |
labelVisibility()
Determines the visibility of the label in a donut chart.
|
String |
labelVisibilityAsString()
Determines the visibility of the label in a donut chart.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DonutCenterOptions.Builder> |
serializableBuilderClass() |
DonutCenterOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility labelVisibility()
Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'.
If the service returns an enum value that is not available in the current SDK version, labelVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
labelVisibilityAsString().
'Show total'.Visibilitypublic final String labelVisibilityAsString()
Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'.
If the service returns an enum value that is not available in the current SDK version, labelVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
labelVisibilityAsString().
'Show total'.Visibilitypublic DonutCenterOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DonutCenterOptions.Builder,DonutCenterOptions>public static DonutCenterOptions.Builder builder()
public static Class<? extends DonutCenterOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.