Class DataLabelType
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DataLabelType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataLabelType.Builder,DataLabelType>
@Generated("software.amazon.awssdk:codegen") public final class DataLabelType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLabelType.Builder,DataLabelType>
The option that determines the data label type.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataLabelType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataLabelType.Builderbuilder()DataPathLabelTypedataPathLabelType()The option that specifies individual data values for labels.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FieldLabelTypefieldLabelType()Determines the label configuration for the entire field.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MaximumLabelTypemaximumLabelType()Determines the label configuration for the maximum value in a visual.MinimumLabelTypeminimumLabelType()Determines the label configuration for the minimum value in a visual.RangeEndsLabelTyperangeEndsLabelType()Determines the label configuration for range end value in a visual.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataLabelType.Builder>serializableBuilderClass()DataLabelType.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
fieldLabelType
public final FieldLabelType fieldLabelType()
Determines the label configuration for the entire field.
- Returns:
- Determines the label configuration for the entire field.
-
dataPathLabelType
public final DataPathLabelType dataPathLabelType()
The option that specifies individual data values for labels.
- Returns:
- The option that specifies individual data values for labels.
-
rangeEndsLabelType
public final RangeEndsLabelType rangeEndsLabelType()
Determines the label configuration for range end value in a visual.
- Returns:
- Determines the label configuration for range end value in a visual.
-
minimumLabelType
public final MinimumLabelType minimumLabelType()
Determines the label configuration for the minimum value in a visual.
- Returns:
- Determines the label configuration for the minimum value in a visual.
-
maximumLabelType
public final MaximumLabelType maximumLabelType()
Determines the label configuration for the maximum value in a visual.
- Returns:
- Determines the label configuration for the maximum value in a visual.
-
toBuilder
public DataLabelType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataLabelType.Builder,DataLabelType>
-
builder
public static DataLabelType.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataLabelType.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
-
-