Interface BoxPlotStyleOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BoxPlotStyleOptions.Builder,BoxPlotStyleOptions>,SdkBuilder<BoxPlotStyleOptions.Builder,BoxPlotStyleOptions>,SdkPojo
- Enclosing class:
- BoxPlotStyleOptions
public static interface BoxPlotStyleOptions.Builder extends SdkPojo, CopyableBuilder<BoxPlotStyleOptions.Builder,BoxPlotStyleOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoxPlotStyleOptions.BuilderfillStyle(String fillStyle)The fill styles (solid, transparent) of the box plot.BoxPlotStyleOptions.BuilderfillStyle(BoxPlotFillStyle fillStyle)The fill styles (solid, transparent) of the box plot.-
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, sdkFields
-
-
-
-
Method Detail
-
fillStyle
BoxPlotStyleOptions.Builder fillStyle(String fillStyle)
The fill styles (solid, transparent) of the box plot.
- Parameters:
fillStyle- The fill styles (solid, transparent) of the box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BoxPlotFillStyle,BoxPlotFillStyle
-
fillStyle
BoxPlotStyleOptions.Builder fillStyle(BoxPlotFillStyle fillStyle)
The fill styles (solid, transparent) of the box plot.
- Parameters:
fillStyle- The fill styles (solid, transparent) of the box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BoxPlotFillStyle,BoxPlotFillStyle
-
-