| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
TaskContainerProperties |
TaskContainerProperties.clone() |
TaskContainerProperties |
TaskContainerProperties.withCommand(Collection<String> command)
The command that's passed to the container.
|
TaskContainerProperties |
TaskContainerProperties.withCommand(String... command)
The command that's passed to the container.
|
TaskContainerProperties |
TaskContainerProperties.withDependsOn(Collection<TaskContainerDependency> dependsOn)
A list of containers that this container depends on.
|
TaskContainerProperties |
TaskContainerProperties.withDependsOn(TaskContainerDependency... dependsOn)
A list of containers that this container depends on.
|
TaskContainerProperties |
TaskContainerProperties.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
TaskContainerProperties |
TaskContainerProperties.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
TaskContainerProperties |
TaskContainerProperties.withEssential(Boolean essential)
If the essential parameter of a container is marked as
true, and that container fails or stops for
any reason, all other containers that are part of the task are stopped. |
TaskContainerProperties |
TaskContainerProperties.withImage(String image)
The image used to start a container.
|
TaskContainerProperties |
TaskContainerProperties.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
|
TaskContainerProperties |
TaskContainerProperties.withLogConfiguration(LogConfiguration logConfiguration)
The log configuration specification for the container.
|
TaskContainerProperties |
TaskContainerProperties.withMountPoints(Collection<MountPoint> mountPoints)
The mount points for data volumes in your container.
|
TaskContainerProperties |
TaskContainerProperties.withMountPoints(MountPoint... mountPoints)
The mount points for data volumes in your container.
|
TaskContainerProperties |
TaskContainerProperties.withName(String name)
The name of a container.
|
TaskContainerProperties |
TaskContainerProperties.withPrivileged(Boolean privileged)
When this parameter is
true, the container is given elevated privileges on the host container
instance (similar to the root user). |
TaskContainerProperties |
TaskContainerProperties.withReadonlyRootFilesystem(Boolean readonlyRootFilesystem)
When this parameter is true, the container is given read-only access to its root file system.
|
TaskContainerProperties |
TaskContainerProperties.withRepositoryCredentials(RepositoryCredentials repositoryCredentials)
The private repository authentication credentials to use.
|
TaskContainerProperties |
TaskContainerProperties.withResourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container.
|
TaskContainerProperties |
TaskContainerProperties.withResourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container.
|
TaskContainerProperties |
TaskContainerProperties.withSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
TaskContainerProperties |
TaskContainerProperties.withSecrets(Secret... secrets)
The secrets to pass to the container.
|
TaskContainerProperties |
TaskContainerProperties.withUlimits(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
TaskContainerProperties |
TaskContainerProperties.withUlimits(Ulimit... ulimits)
A list of
ulimits to set in the container. |
TaskContainerProperties |
TaskContainerProperties.withUser(String user)
The user to use inside the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskContainerProperties> |
EcsTaskProperties.getContainers()
This object is a list of containers.
|
| Modifier and Type | Method and Description |
|---|---|
EcsTaskProperties |
EcsTaskProperties.withContainers(TaskContainerProperties... containers)
This object is a list of containers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsTaskProperties.setContainers(Collection<TaskContainerProperties> containers)
This object is a list of containers.
|
EcsTaskProperties |
EcsTaskProperties.withContainers(Collection<TaskContainerProperties> containers)
This object is a list of containers.
|
Copyright © 2024. All rights reserved.