Class AxisLabelOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AxisLabelOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AxisLabelOptions.Builder,AxisLabelOptions>
@Generated("software.amazon.awssdk:codegen") public final class AxisLabelOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AxisLabelOptions.Builder,AxisLabelOptions>
The label options for a chart axis. You must specify the field that the label is targeted to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAxisLabelOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisLabelReferenceOptionsapplyTo()The options that indicate which field the label belongs to.static AxisLabelOptions.Builderbuilder()StringcustomLabel()The text for the axis label.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FontConfigurationfontConfiguration()The font configuration of the axis label.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AxisLabelOptions.Builder>serializableBuilderClass()AxisLabelOptions.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
-
fontConfiguration
public final FontConfiguration fontConfiguration()
The font configuration of the axis label.
- Returns:
- The font configuration of the axis label.
-
customLabel
public final String customLabel()
The text for the axis label.
- Returns:
- The text for the axis label.
-
applyTo
public final AxisLabelReferenceOptions applyTo()
The options that indicate which field the label belongs to.
- Returns:
- The options that indicate which field the label belongs to.
-
toBuilder
public AxisLabelOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AxisLabelOptions.Builder,AxisLabelOptions>
-
builder
public static AxisLabelOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends AxisLabelOptions.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
-
-