@Generated(value="software.amazon.awssdk:codegen") public final class KPISparklineOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KPISparklineOptions.Builder,KPISparklineOptions>
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KPISparklineOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KPISparklineOptions.Builder |
builder() |
String |
color()
The color of the sparkline.
|
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 KPISparklineOptions.Builder> |
serializableBuilderClass() |
KPISparklineOptions.Builder |
toBuilder() |
Visibility |
tooltipVisibility()
The tooltip visibility of the sparkline.
|
String |
tooltipVisibilityAsString()
The tooltip visibility of the sparkline.
|
String |
toString()
Returns a string representation of this object.
|
KPISparklineType |
type()
The type of the sparkline.
|
String |
typeAsString()
The type of the sparkline.
|
Visibility |
visibility()
The visibility of the sparkline.
|
String |
visibilityAsString()
The visibility of the sparkline.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility visibility()
The visibility of the sparkline.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final String visibilityAsString()
The visibility of the sparkline.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Visibilitypublic final KPISparklineType type()
The type of the sparkline.
If the service returns an enum value that is not available in the current SDK version, type will return
KPISparklineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
KPISparklineTypepublic final String typeAsString()
The type of the sparkline.
If the service returns an enum value that is not available in the current SDK version, type will return
KPISparklineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
KPISparklineTypepublic final String color()
The color of the sparkline.
public final Visibility tooltipVisibility()
The tooltip visibility of the sparkline.
If the service returns an enum value that is not available in the current SDK version, tooltipVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tooltipVisibilityAsString().
Visibilitypublic final String tooltipVisibilityAsString()
The tooltip visibility of the sparkline.
If the service returns an enum value that is not available in the current SDK version, tooltipVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tooltipVisibilityAsString().
Visibilitypublic KPISparklineOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KPISparklineOptions.Builder,KPISparklineOptions>public static KPISparklineOptions.Builder builder()
public static Class<? extends KPISparklineOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.