| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerProperties |
ContainerProperties.clone() |
ContainerProperties |
RegisterJobDefinitionRequest.getContainerProperties()
An object with various properties specific for container-based jobs.
|
ContainerProperties |
JobDefinition.getContainerProperties()
An object with various properties specific to container-based jobs.
|
ContainerProperties |
ContainerProperties.withCommand(Collection<String> command)
The command that is passed to the container.
|
ContainerProperties |
ContainerProperties.withCommand(String... command)
The command that is passed to the container.
|
ContainerProperties |
ContainerProperties.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerProperties |
ContainerProperties.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
ContainerProperties |
ContainerProperties.withImage(String image)
The image used to start a container.
|
ContainerProperties |
ContainerProperties.withJobRoleArn(String jobRoleArn)
The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.
|
ContainerProperties |
ContainerProperties.withMemory(Integer memory)
The hard limit (in MiB) of memory to present to the container.
|
ContainerProperties |
ContainerProperties.withMountPoints(Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.
|
ContainerProperties |
ContainerProperties.withMountPoints(MountPoint... mountPoints)
The mount points for data volumes in your container.
|
ContainerProperties |
ContainerProperties.withPrivileged(Boolean privileged)
When this parameter is true, the container is given elevated privileges on the host container instance (similar
to the
root user). |
ContainerProperties |
ContainerProperties.withReadonlyRootFilesystem(Boolean readonlyRootFilesystem)
When this parameter is true, the container is given read-only access to its root file system.
|
ContainerProperties |
ContainerProperties.withUlimits(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
ContainerProperties |
ContainerProperties.withUlimits(Ulimit... ulimits)
A list of
ulimits to set in the container. |
ContainerProperties |
ContainerProperties.withUser(String user)
The user name to use inside the container.
|
ContainerProperties |
ContainerProperties.withVcpus(Integer vcpus)
The number of vCPUs reserved for the container.
|
ContainerProperties |
ContainerProperties.withVolumes(Collection<Volume> volumes)
A list of data volumes used in a job.
|
ContainerProperties |
ContainerProperties.withVolumes(Volume... volumes)
A list of data volumes used in a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterJobDefinitionRequest.setContainerProperties(ContainerProperties containerProperties)
An object with various properties specific for container-based jobs.
|
void |
JobDefinition.setContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to container-based jobs.
|
RegisterJobDefinitionRequest |
RegisterJobDefinitionRequest.withContainerProperties(ContainerProperties containerProperties)
An object with various properties specific for container-based jobs.
|
JobDefinition |
JobDefinition.withContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to container-based jobs.
|
Copyright © 2017. All rights reserved.