Interface BoxPlotOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BoxPlotOptions.Builder,
,BoxPlotOptions> SdkBuilder<BoxPlotOptions.Builder,
,BoxPlotOptions> SdkPojo
- Enclosing class:
BoxPlotOptions
public static interface BoxPlotOptions.Builder
extends SdkPojo, CopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>
-
Method Summary
Modifier and TypeMethodDescriptionallDataPointsVisibility
(String allDataPointsVisibility) Determines the visibility of all data points of the box plot.allDataPointsVisibility
(Visibility allDataPointsVisibility) Determines the visibility of all data points of the box plot.outlierVisibility
(String outlierVisibility) Determines the visibility of the outlier in a box plot.outlierVisibility
(Visibility outlierVisibility) Determines the visibility of the outlier in a box plot.default BoxPlotOptions.Builder
styleOptions
(Consumer<BoxPlotStyleOptions.Builder> styleOptions) The style options of the box plot.styleOptions
(BoxPlotStyleOptions styleOptions) The style options 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
-
styleOptions
The style options of the box plot.
- Parameters:
styleOptions
- The style options of the box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
styleOptions
The style options of the box plot.
This is a convenience method that creates an instance of theBoxPlotStyleOptions.Builder
avoiding the need to create one manually viaBoxPlotStyleOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostyleOptions(BoxPlotStyleOptions)
.- Parameters:
styleOptions
- a consumer that will call methods onBoxPlotStyleOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outlierVisibility
Determines the visibility of the outlier in a box plot.
- Parameters:
outlierVisibility
- Determines the visibility of the outlier in a box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outlierVisibility
Determines the visibility of the outlier in a box plot.
- Parameters:
outlierVisibility
- Determines the visibility of the outlier in a box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allDataPointsVisibility
Determines the visibility of all data points of the box plot.
- Parameters:
allDataPointsVisibility
- Determines the visibility of all data points of the box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allDataPointsVisibility
Determines the visibility of all data points of the box plot.
- Parameters:
allDataPointsVisibility
- Determines the visibility of all data points of the box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-