| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksContainerDetail |
EksContainerDetail.clone() |
EksContainerDetail |
EksContainerDetail.withArgs(Collection<String> args)
An array of arguments to the entrypoint.
|
EksContainerDetail |
EksContainerDetail.withArgs(String... args)
An array of arguments to the entrypoint.
|
EksContainerDetail |
EksContainerDetail.withCommand(Collection<String> command)
The entrypoint for the container.
|
EksContainerDetail |
EksContainerDetail.withCommand(String... command)
The entrypoint for the container.
|
EksContainerDetail |
EksContainerDetail.withEnv(Collection<EksContainerEnvironmentVariable> env)
The environment variables to pass to a container.
|
EksContainerDetail |
EksContainerDetail.withEnv(EksContainerEnvironmentVariable... env)
The environment variables to pass to a container.
|
EksContainerDetail |
EksContainerDetail.withExitCode(Integer exitCode)
The exit code for the job attempt.
|
EksContainerDetail |
EksContainerDetail.withImage(String image)
The Docker image used to start the container.
|
EksContainerDetail |
EksContainerDetail.withImagePullPolicy(String imagePullPolicy)
The image pull policy for the container.
|
EksContainerDetail |
EksContainerDetail.withName(String name)
The name of the container.
|
EksContainerDetail |
EksContainerDetail.withReason(String reason)
A short human-readable string to provide additional details for a running or stopped container.
|
EksContainerDetail |
EksContainerDetail.withResources(EksContainerResourceRequirements resources)
The type and amount of resources to assign to a container.
|
EksContainerDetail |
EksContainerDetail.withSecurityContext(EksContainerSecurityContext securityContext)
The security context for a job.
|
EksContainerDetail |
EksContainerDetail.withVolumeMounts(Collection<EksContainerVolumeMount> volumeMounts)
The volume mounts for the container.
|
EksContainerDetail |
EksContainerDetail.withVolumeMounts(EksContainerVolumeMount... volumeMounts)
The volume mounts for the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksContainerDetail> |
EksPodPropertiesDetail.getContainers()
The properties of the container that's used on the Amazon EKS pod.
|
| Modifier and Type | Method and Description |
|---|---|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withContainers(EksContainerDetail... containers)
The properties of the container that's used on the Amazon EKS pod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPodPropertiesDetail.setContainers(Collection<EksContainerDetail> containers)
The properties of the container that's used on the Amazon EKS pod.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withContainers(Collection<EksContainerDetail> containers)
The properties of the container that's used on the Amazon EKS pod.
|
Copyright © 2024. All rights reserved.