Interface BatchArrayProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchArrayProperties.Builder,BatchArrayProperties>,SdkBuilder<BatchArrayProperties.Builder,BatchArrayProperties>,SdkPojo
- Enclosing class:
- BatchArrayProperties
public static interface BatchArrayProperties.Builder extends SdkPojo, CopyableBuilder<BatchArrayProperties.Builder,BatchArrayProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchArrayProperties.Buildersize(Integer size)The size of the array, if this is an array batch job.-
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
-
size
BatchArrayProperties.Builder size(Integer size)
The size of the array, if this is an array batch job.
- Parameters:
size- The size of the array, if this is an array batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-