| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
TaskContainerOverrides |
TaskContainerOverrides.clone() |
TaskContainerOverrides |
TaskContainerOverrides.withCommand(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
TaskContainerOverrides |
TaskContainerOverrides.withCommand(String... command)
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
TaskContainerOverrides |
TaskContainerOverrides.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
TaskContainerOverrides |
TaskContainerOverrides.withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.
|
TaskContainerOverrides |
TaskContainerOverrides.withName(String name)
A pointer to the container that you want to override.
|
TaskContainerOverrides |
TaskContainerOverrides.withResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of resources to assign to a container.
|
TaskContainerOverrides |
TaskContainerOverrides.withResourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of resources to assign to a container.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskContainerOverrides> |
TaskPropertiesOverride.getContainers()
The overrides for the container definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
TaskPropertiesOverride |
TaskPropertiesOverride.withContainers(TaskContainerOverrides... containers)
The overrides for the container definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskPropertiesOverride.setContainers(Collection<TaskContainerOverrides> containers)
The overrides for the container definition of a job.
|
TaskPropertiesOverride |
TaskPropertiesOverride.withContainers(Collection<TaskContainerOverrides> containers)
The overrides for the container definition of a job.
|
Copyright © 2024. All rights reserved.