Class ReferenceLineDataConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ReferenceLineDataConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReferenceLineDataConfiguration.Builder,ReferenceLineDataConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ReferenceLineDataConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceLineDataConfiguration.Builder,ReferenceLineDataConfiguration>
The data configuration of the reference line.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReferenceLineDataConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisBindingaxisBinding()The axis binding type of the reference line.StringaxisBindingAsString()The axis binding type of the reference line.static ReferenceLineDataConfiguration.Builderbuilder()ReferenceLineDynamicDataConfigurationdynamicConfiguration()The dynamic configuration of the reference line data configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ReferenceLineDataConfiguration.Builder>serializableBuilderClass()ReferenceLineSeriesTypeseriesType()The series type of the reference line data configuration.StringseriesTypeAsString()The series type of the reference line data configuration.ReferenceLineStaticDataConfigurationstaticConfiguration()The static data configuration of the reference line data configuration.ReferenceLineDataConfiguration.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
-
staticConfiguration
public final ReferenceLineStaticDataConfiguration staticConfiguration()
The static data configuration of the reference line data configuration.
- Returns:
- The static data configuration of the reference line data configuration.
-
dynamicConfiguration
public final ReferenceLineDynamicDataConfiguration dynamicConfiguration()
The dynamic configuration of the reference line data configuration.
- Returns:
- The dynamic configuration of the reference line data configuration.
-
axisBinding
public final AxisBinding axisBinding()
The axis binding type of the reference line. Choose one of the following options:
-
PrimaryY -
SecondaryY
If the service returns an enum value that is not available in the current SDK version,
axisBindingwill returnAxisBinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaxisBindingAsString().- Returns:
- The axis binding type of the reference line. Choose one of the following options:
-
PrimaryY -
SecondaryY
-
- See Also:
AxisBinding
-
-
axisBindingAsString
public final String axisBindingAsString()
The axis binding type of the reference line. Choose one of the following options:
-
PrimaryY -
SecondaryY
If the service returns an enum value that is not available in the current SDK version,
axisBindingwill returnAxisBinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaxisBindingAsString().- Returns:
- The axis binding type of the reference line. Choose one of the following options:
-
PrimaryY -
SecondaryY
-
- See Also:
AxisBinding
-
-
seriesType
public final ReferenceLineSeriesType seriesType()
The series type of the reference line data configuration. Choose one of the following options:
-
BAR -
LINE
If the service returns an enum value that is not available in the current SDK version,
seriesTypewill returnReferenceLineSeriesType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseriesTypeAsString().- Returns:
- The series type of the reference line data configuration. Choose one of the following options:
-
BAR -
LINE
-
- See Also:
ReferenceLineSeriesType
-
-
seriesTypeAsString
public final String seriesTypeAsString()
The series type of the reference line data configuration. Choose one of the following options:
-
BAR -
LINE
If the service returns an enum value that is not available in the current SDK version,
seriesTypewill returnReferenceLineSeriesType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromseriesTypeAsString().- Returns:
- The series type of the reference line data configuration. Choose one of the following options:
-
BAR -
LINE
-
- See Also:
ReferenceLineSeriesType
-
-
toBuilder
public ReferenceLineDataConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReferenceLineDataConfiguration.Builder,ReferenceLineDataConfiguration>
-
builder
public static ReferenceLineDataConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReferenceLineDataConfiguration.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.
-
-