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
Modifier and TypeMethodDescriptionThe fill styles (solid, transparent) of the box plot.fillStyle
(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 Details
-
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:
-
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:
-