| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.clone() |
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.withExitCode(Integer exitCode)
The exit code for the container’s attempt.
|
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.withLogStreamName(String logStreamName)
The name of the Amazon CloudWatch Logs log stream that's associated with the container.
|
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.withName(String name)
The name of a container.
|
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces that are associated with the job attempt.
|
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.withNetworkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces that are associated with the job attempt.
|
AttemptTaskContainerDetails |
AttemptTaskContainerDetails.withReason(String reason)
A short (255 max characters) string that's easy to understand and provides additional details for a running or
stopped container.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttemptTaskContainerDetails> |
AttemptEcsTaskDetails.getContainers()
A list of containers that are included in the
taskProperties list. |
| Modifier and Type | Method and Description |
|---|---|
AttemptEcsTaskDetails |
AttemptEcsTaskDetails.withContainers(AttemptTaskContainerDetails... containers)
A list of containers that are included in the
taskProperties list. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttemptEcsTaskDetails.setContainers(Collection<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. |
Copyright © 2024. All rights reserved.