| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksContainer |
EksContainer.clone() |
EksContainer |
EksContainer.withArgs(Collection<String> args)
An array of arguments to the entrypoint.
|
EksContainer |
EksContainer.withArgs(String... args)
An array of arguments to the entrypoint.
|
EksContainer |
EksContainer.withCommand(Collection<String> command)
The entrypoint for the container.
|
EksContainer |
EksContainer.withCommand(String... command)
The entrypoint for the container.
|
EksContainer |
EksContainer.withEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to pass to a container.
|
EksContainer |
EksContainer.withEnv(EksContainerEnvironmentVariable... env)
The environment variables to pass to a container.
|
EksContainer |
EksContainer.withImage(String image)
The Docker image used to start the container.
|
EksContainer |
EksContainer.withImagePullPolicy(String imagePullPolicy)
The image pull policy for the container.
|
EksContainer |
EksContainer.withName(String name)
The name of the container.
|
EksContainer |
EksContainer.withResources(EksContainerResourceRequirements resources)
The type and amount of resources to assign to a container.
|
EksContainer |
EksContainer.withSecurityContext(EksContainerSecurityContext securityContext)
The security context for a job.
|
EksContainer |
EksContainer.withVolumeMounts(Collection<EksContainerVolumeMount> volumeMounts)
The volume mounts for the container.
|
EksContainer |
EksContainer.withVolumeMounts(EksContainerVolumeMount... volumeMounts)
The volume mounts for the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksContainer> |
EksPodProperties.getContainers()
The properties of the container that's used on the Amazon EKS pod.
|
| Modifier and Type | Method and Description |
|---|---|
EksPodProperties |
EksPodProperties.withContainers(EksContainer... containers)
The properties of the container that's used on the Amazon EKS pod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPodProperties.setContainers(Collection<EksContainer> containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodProperties |
EksPodProperties.withContainers(Collection<EksContainer> containers)
The properties of the container that's used on the Amazon EKS pod.
|
Copyright © 2023. All rights reserved.