| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
AttemptEcsTaskDetails |
AttemptEcsTaskDetails.clone() |
AttemptEcsTaskDetails |
AttemptEcsTaskDetails.withContainerInstanceArn(String containerInstanceArn)
The Amazon Resource Name (ARN) of the container instance that hosts the task.
|
AttemptEcsTaskDetails |
AttemptEcsTaskDetails.withContainers(AttemptTaskContainerDetails... containers)
A list of containers that are included in the
taskProperties list. |
AttemptEcsTaskDetails |
AttemptEcsTaskDetails.withContainers(Collection<AttemptTaskContainerDetails> containers)
A list of containers that are included in the
taskProperties list. |
AttemptEcsTaskDetails |
AttemptEcsTaskDetails.withTaskArn(String taskArn)
The ARN of the Amazon ECS task.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttemptEcsTaskDetails> |
AttemptDetail.getTaskProperties()
The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
|
| Modifier and Type | Method and Description |
|---|---|
AttemptDetail |
AttemptDetail.withTaskProperties(AttemptEcsTaskDetails... taskProperties)
The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttemptDetail.setTaskProperties(Collection<AttemptEcsTaskDetails> taskProperties)
The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
|
AttemptDetail |
AttemptDetail.withTaskProperties(Collection<AttemptEcsTaskDetails> taskProperties)
The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
|
Copyright © 2024. All rights reserved.