| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerOverrides |
NodePropertyOverride.containerOverrides()
The overrides that are sent to a node range.
|
ContainerOverrides |
SubmitJobRequest.containerOverrides()
An object with various properties that override the defaults for the job definition that specify the name of a
container in the specified job definition and the overrides it should receive.
|
| Modifier and Type | Method and Description |
|---|---|
NodePropertyOverride.Builder |
NodePropertyOverride.Builder.containerOverrides(ContainerOverrides containerOverrides)
The overrides that are sent to a node range.
|
SubmitJobRequest.Builder |
SubmitJobRequest.Builder.containerOverrides(ContainerOverrides containerOverrides)
An object with various properties that override the defaults for the job definition that specify the name of
a container in the specified job definition and the overrides it should receive.
|
Copyright © 2023. All rights reserved.