Interface BoxPlotFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BoxPlotFieldWells.Builder,BoxPlotFieldWells>,SdkBuilder<BoxPlotFieldWells.Builder,BoxPlotFieldWells>,SdkPojo
- Enclosing class:
- BoxPlotFieldWells
@Mutable @NotThreadSafe 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.BuilderboxPlotAggregatedFieldWells(Consumer<BoxPlotAggregatedFieldWells.Builder> boxPlotAggregatedFieldWells)The aggregated field wells of a box plot.BoxPlotFieldWells.BuilderboxPlotAggregatedFieldWells(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, sdkFieldNameToField, 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.Builderavoiding the need to create one manually viaBoxPlotAggregatedFieldWells.builder().When the
Consumercompletes,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)
-
-