@Generated(value="software.amazon.awssdk:codegen") public final class FunnelChartDataLabelOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>
The options that determine the presentation of the data labels.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FunnelChartDataLabelOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FunnelChartDataLabelOptions.Builder |
builder() |
Visibility |
categoryLabelVisibility()
The visibility of the category labels within the data labels.
|
String |
categoryLabelVisibilityAsString()
The visibility of the category labels within the data labels.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
labelColor()
The color of the data label text.
|
FontConfiguration |
labelFontConfiguration()
The font configuration for the data labels.
|
FunnelChartMeasureDataLabelStyle |
measureDataLabelStyle()
Determines the style of the metric labels.
|
String |
measureDataLabelStyleAsString()
Determines the style of the metric labels.
|
Visibility |
measureLabelVisibility()
The visibility of the measure labels within the data labels.
|
String |
measureLabelVisibilityAsString()
The visibility of the measure labels within the data labels.
|
DataLabelPosition |
position()
Determines the positioning of the data label relative to a section of the funnel.
|
String |
positionAsString()
Determines the positioning of the data label relative to a section of the funnel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FunnelChartDataLabelOptions.Builder> |
serializableBuilderClass() |
FunnelChartDataLabelOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Visibility |
visibility()
The visibility option that determines if data labels are displayed.
|
String |
visibilityAsString()
The visibility option that determines if data labels are displayed.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Visibility visibility()
The visibility option that determines if data labels are displayed.
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 option that determines if data labels are displayed.
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 Visibility categoryLabelVisibility()
The visibility of the category labels within the data labels.
If the service returns an enum value that is not available in the current SDK version,
categoryLabelVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from categoryLabelVisibilityAsString().
Visibilitypublic final String categoryLabelVisibilityAsString()
The visibility of the category labels within the data labels.
If the service returns an enum value that is not available in the current SDK version,
categoryLabelVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from categoryLabelVisibilityAsString().
Visibilitypublic final Visibility measureLabelVisibility()
The visibility of the measure labels within the data labels.
If the service returns an enum value that is not available in the current SDK version,
measureLabelVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from measureLabelVisibilityAsString().
Visibilitypublic final String measureLabelVisibilityAsString()
The visibility of the measure labels within the data labels.
If the service returns an enum value that is not available in the current SDK version,
measureLabelVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from measureLabelVisibilityAsString().
Visibilitypublic final DataLabelPosition position()
Determines the positioning of the data label relative to a section of the funnel.
If the service returns an enum value that is not available in the current SDK version, position will
return DataLabelPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
positionAsString().
DataLabelPositionpublic final String positionAsString()
Determines the positioning of the data label relative to a section of the funnel.
If the service returns an enum value that is not available in the current SDK version, position will
return DataLabelPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
positionAsString().
DataLabelPositionpublic final FontConfiguration labelFontConfiguration()
The font configuration for the data labels.
Only the FontSize attribute of the font configuration is used for data labels.
Only the FontSize attribute of the font configuration is used for data labels.
public final String labelColor()
The color of the data label text.
public final FunnelChartMeasureDataLabelStyle measureDataLabelStyle()
Determines the style of the metric labels.
If the service returns an enum value that is not available in the current SDK version,
measureDataLabelStyle will return FunnelChartMeasureDataLabelStyle.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from measureDataLabelStyleAsString().
FunnelChartMeasureDataLabelStylepublic final String measureDataLabelStyleAsString()
Determines the style of the metric labels.
If the service returns an enum value that is not available in the current SDK version,
measureDataLabelStyle will return FunnelChartMeasureDataLabelStyle.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from measureDataLabelStyleAsString().
FunnelChartMeasureDataLabelStylepublic FunnelChartDataLabelOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>public static FunnelChartDataLabelOptions.Builder builder()
public static Class<? extends FunnelChartDataLabelOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.