| 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 the 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)
Deprecated.
|
ContainerOverrides |
ContainerOverrides.withResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of resources to assign to a container.
|
ContainerOverrides |
ContainerOverrides.withResourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of resources to assign to a container.
|
ContainerOverrides |
ContainerOverrides.withVcpus(Integer vcpus)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmitJobRequest.setContainerOverrides(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.
|
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 the 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 © 2021. All rights reserved.