@Generated(value="software.amazon.awssdk:codegen") public final class BatchArrayProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchArrayProperties.Builder,BatchArrayProperties>
The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchArrayProperties.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchArrayProperties.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchArrayProperties.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of the array, if this is an array batch job.
|
BatchArrayProperties.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer size()
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
public BatchArrayProperties.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchArrayProperties.Builder,BatchArrayProperties>
public static BatchArrayProperties.Builder builder()
public static Class<? extends BatchArrayProperties.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.