Class LineChartDefaultSeriesSettings
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.LineChartDefaultSeriesSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LineChartDefaultSeriesSettings.Builder,LineChartDefaultSeriesSettings>
@Generated("software.amazon.awssdk:codegen") public final class LineChartDefaultSeriesSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineChartDefaultSeriesSettings.Builder,LineChartDefaultSeriesSettings>
The options that determine the default presentation of all line series in
LineChartVisual.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLineChartDefaultSeriesSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisBindingaxisBinding()The axis to which you are binding all line series to.StringaxisBindingAsString()The axis to which you are binding all line series to.static LineChartDefaultSeriesSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LineChartLineStyleSettingslineStyleSettings()Line styles options for all line series in the visual.LineChartMarkerStyleSettingsmarkerStyleSettings()Marker styles options for all line series in the visual.List<SdkField<?>>sdkFields()static Class<? extends LineChartDefaultSeriesSettings.Builder>serializableBuilderClass()LineChartDefaultSeriesSettings.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
-
axisBinding
public final AxisBinding axisBinding()
The axis to which you are binding all line series to.
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 to which you are binding all line series to.
- See Also:
AxisBinding
-
axisBindingAsString
public final String axisBindingAsString()
The axis to which you are binding all line series to.
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 to which you are binding all line series to.
- See Also:
AxisBinding
-
lineStyleSettings
public final LineChartLineStyleSettings lineStyleSettings()
Line styles options for all line series in the visual.
- Returns:
- Line styles options for all line series in the visual.
-
markerStyleSettings
public final LineChartMarkerStyleSettings markerStyleSettings()
Marker styles options for all line series in the visual.
- Returns:
- Marker styles options for all line series in the visual.
-
toBuilder
public LineChartDefaultSeriesSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LineChartDefaultSeriesSettings.Builder,LineChartDefaultSeriesSettings>
-
builder
public static LineChartDefaultSeriesSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends LineChartDefaultSeriesSettings.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.
-
-