static EcsTaskProperties.Builder |
EcsTaskProperties.builder() |
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.containers(Collection<TaskContainerProperties> containers) |
This object is a list of containers.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.containers(Consumer<TaskContainerProperties.Builder>... containers) |
This object is a list of containers.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.containers(TaskContainerProperties... containers) |
This object is a list of containers.
|
default EcsTaskProperties.Builder |
EcsTaskProperties.Builder.ephemeralStorage(Consumer<EphemeralStorage.Builder> ephemeralStorage) |
The amount of ephemeral storage to allocate for the task.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) |
The amount of ephemeral storage to allocate for the task.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the execution role that Batch can assume.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.ipcMode(String ipcMode) |
The IPC resource namespace to use for the containers in the task.
|
default EcsTaskProperties.Builder |
EcsTaskProperties.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The network configuration for jobs that are running on Fargate resources.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
The network configuration for jobs that are running on Fargate resources.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.pidMode(String pidMode) |
The process namespace to use for the containers in the task.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.platformVersion(String platformVersion) |
The Fargate platform version where the jobs are running.
|
default EcsTaskProperties.Builder |
EcsTaskProperties.Builder.runtimePlatform(Consumer<RuntimePlatform.Builder> runtimePlatform) |
An object that represents the compute environment architecture for Batch jobs on Fargate.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.runtimePlatform(RuntimePlatform runtimePlatform) |
An object that represents the compute environment architecture for Batch jobs on Fargate.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.taskRoleArn(String taskRoleArn) |
The Amazon Resource Name (ARN) that's associated with the Amazon ECS task.
|
EcsTaskProperties.Builder |
EcsTaskProperties.toBuilder() |
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.volumes(Collection<Volume> volumes) |
A list of volumes that are associated with the job.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.volumes(Consumer<Volume.Builder>... volumes) |
A list of volumes that are associated with the job.
|
EcsTaskProperties.Builder |
EcsTaskProperties.Builder.volumes(Volume... volumes) |
A list of volumes that are associated with the job.
|