Interface BoxPlotFieldWells.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<BoxPlotFieldWells.Builder,BoxPlotFieldWells>
,SdkBuilder<BoxPlotFieldWells.Builder,BoxPlotFieldWells>
,SdkPojo
- Enclosing class:
- BoxPlotFieldWells
public static interface BoxPlotFieldWells.Builder extends SdkPojo, CopyableBuilder<BoxPlotFieldWells.Builder,BoxPlotFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BoxPlotFieldWells.Builder
boxPlotAggregatedFieldWells(Consumer<BoxPlotAggregatedFieldWells.Builder> boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.BoxPlotFieldWells.Builder
boxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells boxPlotAggregatedFieldWells)
The aggregated field wells of a 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
-
boxPlotAggregatedFieldWells
BoxPlotFieldWells.Builder boxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.
- Parameters:
boxPlotAggregatedFieldWells
- The aggregated field wells of a box plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boxPlotAggregatedFieldWells
default BoxPlotFieldWells.Builder boxPlotAggregatedFieldWells(Consumer<BoxPlotAggregatedFieldWells.Builder> boxPlotAggregatedFieldWells)
The aggregated field wells of a box plot.
This is a convenience method that creates an instance of theBoxPlotAggregatedFieldWells.Builder
avoiding the need to create one manually viaBoxPlotAggregatedFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toboxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells)
.- Parameters:
boxPlotAggregatedFieldWells
- a consumer that will call methods onBoxPlotAggregatedFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
boxPlotAggregatedFieldWells(BoxPlotAggregatedFieldWells)
-
-