| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksContainerOverride |
EksContainerOverride.clone() |
EksContainerOverride |
EksContainerOverride.withArgs(Collection<String> args)
The arguments to the entrypoint to send to the container that overrides the default arguments from the Docker
image or the job definition.
|
EksContainerOverride |
EksContainerOverride.withArgs(String... args)
The arguments to the entrypoint to send to the container that overrides the default arguments from the Docker
image or the job definition.
|
EksContainerOverride |
EksContainerOverride.withCommand(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
EksContainerOverride |
EksContainerOverride.withCommand(String... command)
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
EksContainerOverride |
EksContainerOverride.withEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to send to the container.
|
EksContainerOverride |
EksContainerOverride.withEnv(EksContainerEnvironmentVariable... env)
The environment variables to send to the container.
|
EksContainerOverride |
EksContainerOverride.withImage(String image)
The override of the Docker image that's used to start the container.
|
EksContainerOverride |
EksContainerOverride.withResources(EksContainerResourceRequirements resources)
The type and amount of resources to assign to a container.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksContainerOverride> |
EksPodPropertiesOverride.getContainers()
The overrides for the container that's used on the Amazon EKS pod.
|
| Modifier and Type | Method and Description |
|---|---|
EksPodPropertiesOverride |
EksPodPropertiesOverride.withContainers(EksContainerOverride... containers)
The overrides for the container that's used on the Amazon EKS pod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPodPropertiesOverride.setContainers(Collection<EksContainerOverride> containers)
The overrides for the container that's used on the Amazon EKS pod.
|
EksPodPropertiesOverride |
EksPodPropertiesOverride.withContainers(Collection<EksContainerOverride> containers)
The overrides for the container that's used on the Amazon EKS pod.
|
Copyright © 2024. All rights reserved.