Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
ContainerProperties |
ContainerProperties.clone() |
ContainerProperties |
NodeRangeProperty.getContainer()
The container details for the node range.
|
ContainerProperties |
RegisterJobDefinitionRequest.getContainerProperties()
An object with various properties specific to single-node 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.withInstanceType(String instanceType)
The instance type to use for a multi-node parallel job.
|
ContainerProperties |
ContainerProperties.withJobRoleArn(String jobRoleArn)
The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.
|
ContainerProperties |
ContainerProperties.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
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.withResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container.
|
ContainerProperties |
ContainerProperties.withResourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container.
|
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 |
NodeRangeProperty.setContainer(ContainerProperties container)
The container details for the node range.
|
void |
RegisterJobDefinitionRequest.setContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to single-node container-based jobs.
|
void |
JobDefinition.setContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to container-based jobs.
|
NodeRangeProperty |
NodeRangeProperty.withContainer(ContainerProperties container)
The container details for the node range.
|
RegisterJobDefinitionRequest |
RegisterJobDefinitionRequest.withContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to single-node container-based jobs.
|
JobDefinition |
JobDefinition.withContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to container-based jobs.
|
Copyright © 2020. All rights reserved.