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
Modifier and TypeMethodDescriptionThe size of the array, if this is an array batch job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
size
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
- Parameters:
 size- The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -