| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerOverrides |
SubmitJobRequest.containerOverrides()
A list of container overrides in the JSON format that specify the name of a container in the specified job
definition and the overrides it should receive.
|
ContainerOverrides |
NodePropertyOverride.containerOverrides()
The overrides that should be sent to a node range.
|
| Modifier and Type | Method and Description |
|---|---|
SubmitJobRequest.Builder |
SubmitJobRequest.Builder.containerOverrides(ContainerOverrides containerOverrides)
A list of container overrides in the JSON format that specify the name of a container in the specified job
definition and the overrides it should receive.
|
NodePropertyOverride.Builder |
NodePropertyOverride.Builder.containerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
|
Copyright © 2021. All rights reserved.