@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
AxisLabelOptions.Builder |
Modifier and Type | Method and Description |
---|---|
AxisLabelReferenceOptions |
applyTo()
The options that indicate which field the label belongs to.
|
static AxisLabelOptions.Builder |
builder() |
String |
customLabel()
The text for the axis label.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FontConfiguration |
fontConfiguration()
The font configuration of the axis label.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AxisLabelOptions.Builder> |
serializableBuilderClass() |
AxisLabelOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final FontConfiguration fontConfiguration()
The font configuration of the axis label.
public final String customLabel()
The text for the axis label.
public final AxisLabelReferenceOptions applyTo()
The options that indicate which field the label belongs to.
public AxisLabelOptions.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AxisLabelOptions.Builder,AxisLabelOptions>
public static AxisLabelOptions.Builder builder()
public static Class<? extends AxisLabelOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.