Interface LineChartLineStyleSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>,SdkBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>,SdkPojo
- Enclosing class:
- LineChartLineStyleSettings
@Mutable @NotThreadSafe public static interface LineChartLineStyleSettings.Builder extends SdkPojo, CopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineChartLineStyleSettings.BuilderlineInterpolation(String lineInterpolation)Interpolation style for line series.LineChartLineStyleSettings.BuilderlineInterpolation(LineInterpolation lineInterpolation)Interpolation style for line series.LineChartLineStyleSettings.BuilderlineStyle(String lineStyle)Line style for line series.LineChartLineStyleSettings.BuilderlineStyle(LineChartLineStyle lineStyle)Line style for line series.LineChartLineStyleSettings.BuilderlineVisibility(String lineVisibility)Configuration option that determines whether to show the line for the series.LineChartLineStyleSettings.BuilderlineVisibility(Visibility lineVisibility)Configuration option that determines whether to show the line for the series.LineChartLineStyleSettings.BuilderlineWidth(String lineWidth)Width that determines the line thickness.-
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
-
lineVisibility
LineChartLineStyleSettings.Builder lineVisibility(String lineVisibility)
Configuration option that determines whether to show the line for the series.
- Parameters:
lineVisibility- Configuration option that determines whether to show the line for the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
lineVisibility
LineChartLineStyleSettings.Builder lineVisibility(Visibility lineVisibility)
Configuration option that determines whether to show the line for the series.
- Parameters:
lineVisibility- Configuration option that determines whether to show the line for the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Visibility,Visibility
-
lineInterpolation
LineChartLineStyleSettings.Builder lineInterpolation(String lineInterpolation)
Interpolation style for line series.
-
LINEAR: Show as default, linear style. -
SMOOTH: Show as a smooth curve. -
STEPPED: Show steps in line.
- Parameters:
lineInterpolation- Interpolation style for line series.-
LINEAR: Show as default, linear style. -
SMOOTH: Show as a smooth curve. -
STEPPED: Show steps in line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LineInterpolation,LineInterpolation
-
-
lineInterpolation
LineChartLineStyleSettings.Builder lineInterpolation(LineInterpolation lineInterpolation)
Interpolation style for line series.
-
LINEAR: Show as default, linear style. -
SMOOTH: Show as a smooth curve. -
STEPPED: Show steps in line.
- Parameters:
lineInterpolation- Interpolation style for line series.-
LINEAR: Show as default, linear style. -
SMOOTH: Show as a smooth curve. -
STEPPED: Show steps in line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LineInterpolation,LineInterpolation
-
-
lineStyle
LineChartLineStyleSettings.Builder lineStyle(String lineStyle)
Line style for line series.
-
SOLID: Show as a solid line. -
DOTTED: Show as a dotted line. -
DASHED: Show as a dashed line.
- Parameters:
lineStyle- Line style for line series.-
SOLID: Show as a solid line. -
DOTTED: Show as a dotted line. -
DASHED: Show as a dashed line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LineChartLineStyle,LineChartLineStyle
-
-
lineStyle
LineChartLineStyleSettings.Builder lineStyle(LineChartLineStyle lineStyle)
Line style for line series.
-
SOLID: Show as a solid line. -
DOTTED: Show as a dotted line. -
DASHED: Show as a dashed line.
- Parameters:
lineStyle- Line style for line series.-
SOLID: Show as a solid line. -
DOTTED: Show as a dotted line. -
DASHED: Show as a dashed line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LineChartLineStyle,LineChartLineStyle
-
-
lineWidth
LineChartLineStyleSettings.Builder lineWidth(String lineWidth)
Width that determines the line thickness.
- Parameters:
lineWidth- Width that determines the line thickness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-