Class YAxisOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.YAxisOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<YAxisOptions.Builder,YAxisOptions>
@Generated("software.amazon.awssdk:codegen") public final class YAxisOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<YAxisOptions.Builder,YAxisOptions>
The options that are available for a single Y axis in a chart.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceYAxisOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static YAxisOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends YAxisOptions.Builder>serializableBuilderClass()YAxisOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.SingleYAxisOptionyAxis()The Y axis type to be used in the chart.StringyAxisAsString()The Y axis type to be used in the chart.-
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
-
yAxis
public final SingleYAxisOption yAxis()
The Y axis type to be used in the chart.
If you choose
PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.If the service returns an enum value that is not available in the current SDK version,
yAxiswill returnSingleYAxisOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromyAxisAsString().- Returns:
- The Y axis type to be used in the chart.
If you choose
PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart. - See Also:
SingleYAxisOption
-
yAxisAsString
public final String yAxisAsString()
The Y axis type to be used in the chart.
If you choose
PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart.If the service returns an enum value that is not available in the current SDK version,
yAxiswill returnSingleYAxisOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromyAxisAsString().- Returns:
- The Y axis type to be used in the chart.
If you choose
PRIMARY_Y_AXIS, the primary Y Axis is located on the leftmost vertical axis of the chart. - See Also:
SingleYAxisOption
-
toBuilder
public YAxisOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<YAxisOptions.Builder,YAxisOptions>
-
builder
public static YAxisOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends YAxisOptions.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
-
-