| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EcsTaskDetails |
EcsTaskDetails.clone() |
EcsTaskDetails |
EcsTaskDetails.withContainerInstanceArn(String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instance that hosts the task.
|
EcsTaskDetails |
EcsTaskDetails.withContainers(Collection<TaskContainerDetails> containers)
A list of containers that are included in the
taskProperties list. |
EcsTaskDetails |
EcsTaskDetails.withContainers(TaskContainerDetails... containers)
A list of containers that are included in the
taskProperties list. |
EcsTaskDetails |
EcsTaskDetails.withEphemeralStorage(EphemeralStorage ephemeralStorage)
The amount of ephemeral storage allocated for the task.
|
EcsTaskDetails |
EcsTaskDetails.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role that Batch can assume.
|
EcsTaskDetails |
EcsTaskDetails.withIpcMode(String ipcMode)
The IPC resource namespace to use for the containers in the task.
|
EcsTaskDetails |
EcsTaskDetails.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for jobs that are running on Fargate resources.
|
EcsTaskDetails |
EcsTaskDetails.withPidMode(String pidMode)
The process namespace to use for the containers in the task.
|
EcsTaskDetails |
EcsTaskDetails.withPlatformVersion(String platformVersion)
The Fargate platform version where the jobs are running.
|
EcsTaskDetails |
EcsTaskDetails.withRuntimePlatform(RuntimePlatform runtimePlatform)
An object that represents the compute environment architecture for Batch jobs on Fargate.
|
EcsTaskDetails |
EcsTaskDetails.withTaskArn(String taskArn)
The ARN of the Amazon ECS task.
|
EcsTaskDetails |
EcsTaskDetails.withTaskRoleArn(String taskRoleArn)
The Amazon Resource Name (ARN) of the IAM role that the container can assume for Amazon Web Services permissions.
|
EcsTaskDetails |
EcsTaskDetails.withVolumes(Collection<Volume> volumes)
A list of data volumes used in a job.
|
EcsTaskDetails |
EcsTaskDetails.withVolumes(Volume... volumes)
A list of data volumes used in a job.
|
| Modifier and Type | Method and Description |
|---|---|
List<EcsTaskDetails> |
EcsPropertiesDetail.getTaskProperties()
The properties for the Amazon ECS task definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
EcsPropertiesDetail |
EcsPropertiesDetail.withTaskProperties(EcsTaskDetails... taskProperties)
The properties for the Amazon ECS task definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsPropertiesDetail.setTaskProperties(Collection<EcsTaskDetails> taskProperties)
The properties for the Amazon ECS task definition of a job.
|
EcsPropertiesDetail |
EcsPropertiesDetail.withTaskProperties(Collection<EcsTaskDetails> taskProperties)
The properties for the Amazon ECS task definition of a job.
|
Copyright © 2024. All rights reserved.