Interface LineChartMarkerStyleSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>,SdkBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>,SdkPojo
- Enclosing class:
- LineChartMarkerStyleSettings
@Mutable @NotThreadSafe public static interface LineChartMarkerStyleSettings.Builder extends SdkPojo, CopyableBuilder<LineChartMarkerStyleSettings.Builder,LineChartMarkerStyleSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineChartMarkerStyleSettings.BuildermarkerColor(String markerColor)Color of marker in the series.LineChartMarkerStyleSettings.BuildermarkerShape(String markerShape)Shape option for markers in the series.LineChartMarkerStyleSettings.BuildermarkerShape(LineChartMarkerShape markerShape)Shape option for markers in the series.LineChartMarkerStyleSettings.BuildermarkerSize(String markerSize)Size of marker in the series.LineChartMarkerStyleSettings.BuildermarkerVisibility(String markerVisibility)Configuration option that determines whether to show the markers in the series.LineChartMarkerStyleSettings.BuildermarkerVisibility(Visibility markerVisibility)Configuration option that determines whether to show the markers in the series.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
markerVisibility
LineChartMarkerStyleSettings.Builder markerVisibility(String markerVisibility)
Configuration option that determines whether to show the markers in the series.
- Parameters:
markerVisibility- Configuration option that determines whether to show the markers in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
markerVisibility
LineChartMarkerStyleSettings.Builder markerVisibility(Visibility markerVisibility)
Configuration option that determines whether to show the markers in the series.
- Parameters:
markerVisibility- Configuration option that determines whether to show the markers in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
markerShape
LineChartMarkerStyleSettings.Builder markerShape(String 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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LineChartMarkerShape,LineChartMarkerShape
-
-
markerShape
LineChartMarkerStyleSettings.Builder markerShape(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LineChartMarkerShape,LineChartMarkerShape
-
-
markerSize
LineChartMarkerStyleSettings.Builder markerSize(String markerSize)
Size of marker in the series.
- Parameters:
markerSize- Size of marker in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
markerColor
LineChartMarkerStyleSettings.Builder markerColor(String markerColor)
Color of marker in the series.
- Parameters:
markerColor- Color of marker in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-