Class FunnelChartDataLabelOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FunnelChartDataLabelOptions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FunnelChartDataLabelOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
visibility
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvisibilityAsString()
.- Returns:
- The visibility option that determines if data labels are displayed.
- See Also:
Visibility
-
visibilityAsString
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvisibilityAsString()
.- Returns:
- The visibility option that determines if data labels are displayed.
- See Also:
Visibility
-
categoryLabelVisibility
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcategoryLabelVisibilityAsString()
.- Returns:
- The visibility of the category labels within the data labels.
- See Also:
Visibility
-
categoryLabelVisibilityAsString
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcategoryLabelVisibilityAsString()
.- Returns:
- The visibility of the category labels within the data labels.
- See Also:
Visibility
-
measureLabelVisibility
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommeasureLabelVisibilityAsString()
.- Returns:
- The visibility of the measure labels within the data labels.
- See Also:
Visibility
-
measureLabelVisibilityAsString
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommeasureLabelVisibilityAsString()
.- Returns:
- The visibility of the measure labels within the data labels.
- See Also:
Visibility
-
position
public 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 returnDataLabelPosition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompositionAsString()
.- Returns:
- Determines the positioning of the data label relative to a section of the funnel.
- See Also:
DataLabelPosition
-
positionAsString
public 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 returnDataLabelPosition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompositionAsString()
.- Returns:
- Determines the positioning of the data label relative to a section of the funnel.
- See Also:
DataLabelPosition
-
labelFontConfiguration
public final FontConfiguration labelFontConfiguration()
The font configuration for the data labels.
Only the
FontSize
attribute of the font configuration is used for data labels.- Returns:
- The font configuration for the data labels.
Only the
FontSize
attribute of the font configuration is used for data labels.
-
labelColor
public final String labelColor()
The color of the data label text.
- Returns:
- The color of the data label text.
-
measureDataLabelStyle
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 returnFunnelChartMeasureDataLabelStyle.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommeasureDataLabelStyleAsString()
.- Returns:
- Determines the style of the metric labels.
- See Also:
FunnelChartMeasureDataLabelStyle
-
measureDataLabelStyleAsString
public 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 returnFunnelChartMeasureDataLabelStyle.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommeasureDataLabelStyleAsString()
.- Returns:
- Determines the style of the metric labels.
- See Also:
FunnelChartMeasureDataLabelStyle
-
toBuilder
public FunnelChartDataLabelOptions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FunnelChartDataLabelOptions.Builder,FunnelChartDataLabelOptions>
-
builder
public static FunnelChartDataLabelOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends FunnelChartDataLabelOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-