| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static ArrayProperties.Builder |
ArrayProperties.builder() |
ArrayProperties.Builder |
ArrayProperties.Builder.size(Integer size)
The size of the array job.
|
ArrayProperties.Builder |
ArrayProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ArrayProperties.Builder> |
ArrayProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SubmitJobRequest.Builder |
SubmitJobRequest.Builder.arrayProperties(Consumer<ArrayProperties.Builder> arrayProperties)
The array properties for the submitted job, such as the size of the array.
|
Copyright © 2023. All rights reserved.