| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerOverrides |
ContainerOverrides.clone() |
ContainerOverrides |
NodePropertyOverride.getContainerOverrides()
The overrides that are sent to a node range.
|
ContainerOverrides |
SubmitJobRequest.getContainerOverrides()
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.
|
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 |
NodePropertyOverride.setContainerOverrides(ContainerOverrides containerOverrides)
The overrides that are sent to a node range.
|
void |
SubmitJobRequest.setContainerOverrides(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.
|
NodePropertyOverride |
NodePropertyOverride.withContainerOverrides(ContainerOverrides containerOverrides)
The overrides that are sent to a node range.
|
SubmitJobRequest |
SubmitJobRequest.withContainerOverrides(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.