| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerOverrides |
ContainerOverrides.clone() |
ContainerOverrides |
SubmitJobRequest.getContainerOverrides()
A list of container overrides in JSON format that specify the name of a container in the specified job definition
and the overrides it should receive.
|
ContainerOverrides |
NodePropertyOverride.getContainerOverrides()
The overrides that should be sent to a node range.
|
ContainerOverrides |
ContainerOverrides.withCommand(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
ContainerOverrides |
ContainerOverrides.withCommand(String... command)
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
ContainerOverrides |
ContainerOverrides.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerOverrides |
ContainerOverrides.withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.
|
ContainerOverrides |
ContainerOverrides.withInstanceType(String instanceType)
The instance type to use for a multi-node parallel job.
|
ContainerOverrides |
ContainerOverrides.withMemory(Integer memory)
The number of MiB of memory reserved for the job.
|
ContainerOverrides |
ContainerOverrides.withVcpus(Integer vcpus)
The number of vCPUs to reserve for the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmitJobRequest.setContainerOverrides(ContainerOverrides containerOverrides)
A list of container overrides in JSON format that specify the name of a container in the specified job definition
and the overrides it should receive.
|
void |
NodePropertyOverride.setContainerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
|
SubmitJobRequest |
SubmitJobRequest.withContainerOverrides(ContainerOverrides containerOverrides)
A list of container overrides in JSON format that specify the name of a container in the specified job definition
and the overrides it should receive.
|
NodePropertyOverride |
NodePropertyOverride.withContainerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
|
Copyright © 2019. All rights reserved.