Class AxisDisplayOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AxisDisplayOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AxisDisplayOptions.Builder,AxisDisplayOptions>
@Generated("software.amazon.awssdk:codegen") public final class AxisDisplayOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AxisDisplayOptions.Builder,AxisDisplayOptions>
The display options for the axis label.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAxisDisplayOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VisibilityaxisLineVisibility()Determines whether or not the axis line is visible.StringaxisLineVisibilityAsString()Determines whether or not the axis line is visible.StringaxisOffset()The offset value that determines the starting placement of the axis within a visual's bounds.static AxisDisplayOptions.Builderbuilder()AxisDataOptionsdataOptions()The data options for an axis.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)VisibilitygridLineVisibility()Determines whether or not the grid line is visible.StringgridLineVisibilityAsString()Determines whether or not the grid line is visible.inthashCode()ScrollBarOptionsscrollbarOptions()The scroll bar options for an axis.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AxisDisplayOptions.Builder>serializableBuilderClass()AxisTickLabelOptionstickLabelOptions()The tick label options of an axis.AxisDisplayOptions.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
-
tickLabelOptions
public final AxisTickLabelOptions tickLabelOptions()
The tick label options of an axis.
- Returns:
- The tick label options of an axis.
-
axisLineVisibility
public final Visibility axisLineVisibility()
Determines whether or not the axis line is visible.
If the service returns an enum value that is not available in the current SDK version,
axisLineVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaxisLineVisibilityAsString().- Returns:
- Determines whether or not the axis line is visible.
- See Also:
Visibility
-
axisLineVisibilityAsString
public final String axisLineVisibilityAsString()
Determines whether or not the axis line is visible.
If the service returns an enum value that is not available in the current SDK version,
axisLineVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaxisLineVisibilityAsString().- Returns:
- Determines whether or not the axis line is visible.
- See Also:
Visibility
-
gridLineVisibility
public final Visibility gridLineVisibility()
Determines whether or not the grid line is visible.
If the service returns an enum value that is not available in the current SDK version,
gridLineVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgridLineVisibilityAsString().- Returns:
- Determines whether or not the grid line is visible.
- See Also:
Visibility
-
gridLineVisibilityAsString
public final String gridLineVisibilityAsString()
Determines whether or not the grid line is visible.
If the service returns an enum value that is not available in the current SDK version,
gridLineVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgridLineVisibilityAsString().- Returns:
- Determines whether or not the grid line is visible.
- See Also:
Visibility
-
dataOptions
public final AxisDataOptions dataOptions()
The data options for an axis.
- Returns:
- The data options for an axis.
-
scrollbarOptions
public final ScrollBarOptions scrollbarOptions()
The scroll bar options for an axis.
- Returns:
- The scroll bar options for an axis.
-
axisOffset
public final String axisOffset()
The offset value that determines the starting placement of the axis within a visual's bounds.
- Returns:
- The offset value that determines the starting placement of the axis within a visual's bounds.
-
toBuilder
public AxisDisplayOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AxisDisplayOptions.Builder,AxisDisplayOptions>
-
builder
public static AxisDisplayOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends AxisDisplayOptions.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
-
-