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 interfaceFunnelChartDataLabelOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunnelChartDataLabelOptions.Builderbuilder()VisibilitycategoryLabelVisibility()The visibility of the category labels within the data labels.StringcategoryLabelVisibilityAsString()The visibility of the category labels within the data labels.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlabelColor()The color of the data label text.FontConfigurationlabelFontConfiguration()The font configuration for the data labels.FunnelChartMeasureDataLabelStylemeasureDataLabelStyle()Determines the style of the metric labels.StringmeasureDataLabelStyleAsString()Determines the style of the metric labels.VisibilitymeasureLabelVisibility()The visibility of the measure labels within the data labels.StringmeasureLabelVisibilityAsString()The visibility of the measure labels within the data labels.DataLabelPositionposition()Determines the positioning of the data label relative to a section of the funnel.StringpositionAsString()Determines the positioning of the data label relative to a section of the funnel.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FunnelChartDataLabelOptions.Builder>serializableBuilderClass()FunnelChartDataLabelOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.Visibilityvisibility()The visibility option that determines if data labels are displayed.StringvisibilityAsString()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,
visibilitywill 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,
visibilitywill 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,
categoryLabelVisibilitywill 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,
categoryLabelVisibilitywill 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,
measureLabelVisibilitywill 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,
measureLabelVisibilitywill 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,
positionwill 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,
positionwill 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
FontSizeattribute of the font configuration is used for data labels.- Returns:
- The font configuration for the data labels.
Only the
FontSizeattribute 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,
measureDataLabelStylewill 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,
measureDataLabelStylewill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-