| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EcsTaskProperties |
EcsTaskProperties.clone() |
EcsTaskProperties |
EcsTaskProperties.withContainers(Collection<TaskContainerProperties> containers)
This object is a list of containers.
|
EcsTaskProperties |
EcsTaskProperties.withContainers(TaskContainerProperties... containers)
This object is a list of containers.
|
EcsTaskProperties |
EcsTaskProperties.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The amount of ephemeral storage to allocate for the task.
|
EcsTaskProperties |
EcsTaskProperties.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role that Batch can assume.
|
EcsTaskProperties |
EcsTaskProperties.withIpcMode(String ipcMode)
The IPC resource namespace to use for the containers in the task.
|
EcsTaskProperties |
EcsTaskProperties.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for jobs that are running on Fargate resources.
|
EcsTaskProperties |
EcsTaskProperties.withPidMode(String pidMode)
The process namespace to use for the containers in the task.
|
EcsTaskProperties |
EcsTaskProperties.withPlatformVersion(String platformVersion)
The Fargate platform version where the jobs are running.
|
EcsTaskProperties |
EcsTaskProperties.withRuntimePlatform(RuntimePlatform runtimePlatform)
An object that represents the compute environment architecture for Batch jobs on Fargate.
|
EcsTaskProperties |
EcsTaskProperties.withTaskRoleArn(String taskRoleArn)
The Amazon Resource Name (ARN) that's associated with the Amazon ECS task.
|
EcsTaskProperties |
EcsTaskProperties.withVolumes(Collection<Volume> volumes)
A list of volumes that are associated with the job.
|
EcsTaskProperties |
EcsTaskProperties.withVolumes(Volume... volumes)
A list of volumes that are associated with the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<EcsTaskProperties> |
EcsProperties.getTaskProperties()
An object that contains the properties for the Amazon ECS task definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
EcsProperties |
EcsProperties.withTaskProperties(EcsTaskProperties... taskProperties)
An object that contains the properties for the Amazon ECS task definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsProperties.setTaskProperties(Collection<EcsTaskProperties> taskProperties)
An object that contains the properties for the Amazon ECS task definition of a job.
|
EcsProperties |
EcsProperties.withTaskProperties(Collection<EcsTaskProperties> taskProperties)
An object that contains the properties for the Amazon ECS task definition of a job.
|
Copyright © 2024. All rights reserved.