| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDetail |
ContainerDetail.clone() |
ContainerDetail |
JobDetail.getContainer()
An object representing the details of the container that is associated with the job.
|
ContainerDetail |
ContainerDetail.withCommand(Collection<String> command)
The command that is passed to the container.
|
ContainerDetail |
ContainerDetail.withCommand(String... command)
The command that is passed to the container.
|
ContainerDetail |
ContainerDetail.withContainerInstanceArn(String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instance on which the container is running.
|
ContainerDetail |
ContainerDetail.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerDetail |
ContainerDetail.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
ContainerDetail |
ContainerDetail.withExitCode(Integer exitCode)
The exit code to return upon completion.
|
ContainerDetail |
ContainerDetail.withImage(String image)
The image used to start the container.
|
ContainerDetail |
ContainerDetail.withJobRoleArn(String jobRoleArn)
The Amazon Resource Name (ARN) associated with the job upon execution.
|
ContainerDetail |
ContainerDetail.withMemory(Integer memory)
The number of MiB of memory reserved for the job.
|
ContainerDetail |
ContainerDetail.withMountPoints(Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.
|
ContainerDetail |
ContainerDetail.withMountPoints(MountPoint... mountPoints)
The mount points for data volumes in your container.
|
ContainerDetail |
ContainerDetail.withPrivileged(Boolean privileged)
When this parameter is true, the container is given elevated privileges on the host container instance (similar
to the
root user). |
ContainerDetail |
ContainerDetail.withReadonlyRootFilesystem(Boolean readonlyRootFilesystem)
When this parameter is true, the container is given read-only access to its root file system.
|
ContainerDetail |
ContainerDetail.withReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
ContainerDetail |
ContainerDetail.withUlimits(Collection<Ulimit> ulimits)
A list of
ulimit values to set in the container. |
ContainerDetail |
ContainerDetail.withUlimits(Ulimit... ulimits)
A list of
ulimit values to set in the container. |
ContainerDetail |
ContainerDetail.withUser(String user)
The user name to use inside the container.
|
ContainerDetail |
ContainerDetail.withVcpus(Integer vcpus)
The number of VCPUs allocated for the job.
|
ContainerDetail |
ContainerDetail.withVolumes(Collection<Volume> volumes)
A list of volumes associated with the job.
|
ContainerDetail |
ContainerDetail.withVolumes(Volume... volumes)
A list of volumes associated with the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDetail.setContainer(ContainerDetail container)
An object representing the details of the container that is associated with the job.
|
JobDetail |
JobDetail.withContainer(ContainerDetail container)
An object representing the details of the container that is associated with the job.
|
Copyright © 2017. All rights reserved.