Class LineChartMarkerStyleSettings
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.LineChartMarkerStyleSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>
@Generated("software.amazon.awssdk:codegen") public final class LineChartMarkerStyleSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>
Marker styles options for a line series in
LineChartVisual.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLineChartMarkerStyleSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineChartMarkerStyleSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmarkerColor()Color of marker in the series.LineChartMarkerShapemarkerShape()Shape option for markers in the series.StringmarkerShapeAsString()Shape option for markers in the series.StringmarkerSize()Size of marker in the series.VisibilitymarkerVisibility()Configuration option that determines whether to show the markers in the series.StringmarkerVisibilityAsString()Configuration option that determines whether to show the markers in the series.List<SdkField<?>>sdkFields()static Class<? extends LineChartMarkerStyleSettings.Builder>serializableBuilderClass()LineChartMarkerStyleSettings.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
-
markerVisibility
public final Visibility markerVisibility()
Configuration option that determines whether to show the markers in the series.
If the service returns an enum value that is not available in the current SDK version,
markerVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarkerVisibilityAsString().- Returns:
- Configuration option that determines whether to show the markers in the series.
- See Also:
Visibility
-
markerVisibilityAsString
public final String markerVisibilityAsString()
Configuration option that determines whether to show the markers in the series.
If the service returns an enum value that is not available in the current SDK version,
markerVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarkerVisibilityAsString().- Returns:
- Configuration option that determines whether to show the markers in the series.
- See Also:
Visibility
-
markerShape
public final LineChartMarkerShape markerShape()
Shape option for markers in the series.
-
CIRCLE: Show marker as a circle. -
TRIANGLE: Show marker as a triangle. -
SQUARE: Show marker as a square. -
DIAMOND: Show marker as a diamond. -
ROUNDED_SQUARE: Show marker as a rounded square.
If the service returns an enum value that is not available in the current SDK version,
markerShapewill returnLineChartMarkerShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarkerShapeAsString().- Returns:
- Shape option for markers in the series.
-
CIRCLE: Show marker as a circle. -
TRIANGLE: Show marker as a triangle. -
SQUARE: Show marker as a square. -
DIAMOND: Show marker as a diamond. -
ROUNDED_SQUARE: Show marker as a rounded square.
-
- See Also:
LineChartMarkerShape
-
-
markerShapeAsString
public final String markerShapeAsString()
Shape option for markers in the series.
-
CIRCLE: Show marker as a circle. -
TRIANGLE: Show marker as a triangle. -
SQUARE: Show marker as a square. -
DIAMOND: Show marker as a diamond. -
ROUNDED_SQUARE: Show marker as a rounded square.
If the service returns an enum value that is not available in the current SDK version,
markerShapewill returnLineChartMarkerShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarkerShapeAsString().- Returns:
- Shape option for markers in the series.
-
CIRCLE: Show marker as a circle. -
TRIANGLE: Show marker as a triangle. -
SQUARE: Show marker as a square. -
DIAMOND: Show marker as a diamond. -
ROUNDED_SQUARE: Show marker as a rounded square.
-
- See Also:
LineChartMarkerShape
-
-
markerSize
public final String markerSize()
Size of marker in the series.
- Returns:
- Size of marker in the series.
-
markerColor
public final String markerColor()
Color of marker in the series.
- Returns:
- Color of marker in the series.
-
toBuilder
public LineChartMarkerStyleSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>
-
builder
public static LineChartMarkerStyleSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends LineChartMarkerStyleSettings.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.
-
-