| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksAttemptDetail |
EksAttemptDetail.clone() |
EksAttemptDetail |
EksAttemptDetail.withContainers(Collection<EksAttemptContainerDetail> containers)
The details for the final status of the containers for this job attempt.
|
EksAttemptDetail |
EksAttemptDetail.withContainers(EksAttemptContainerDetail... containers)
The details for the final status of the containers for this job attempt.
|
EksAttemptDetail |
EksAttemptDetail.withNodeName(String nodeName)
The name of the node for this job attempt.
|
EksAttemptDetail |
EksAttemptDetail.withPodName(String podName)
The name of the pod for this job attempt.
|
EksAttemptDetail |
EksAttemptDetail.withStartedAt(Long startedAt)
The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the
STARTING state to the RUNNING state). |
EksAttemptDetail |
EksAttemptDetail.withStatusReason(String statusReason)
A short, human-readable string to provide additional details for the current status of the job attempt.
|
EksAttemptDetail |
EksAttemptDetail.withStoppedAt(Long stoppedAt)
The Unix timestamp (in milliseconds) for when the attempt was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksAttemptDetail> |
JobDetail.getEksAttempts()
A list of job attempts that are associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
JobDetail.withEksAttempts(EksAttemptDetail... eksAttempts)
A list of job attempts that are associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDetail.setEksAttempts(Collection<EksAttemptDetail> eksAttempts)
A list of job attempts that are associated with this job.
|
JobDetail |
JobDetail.withEksAttempts(Collection<EksAttemptDetail> eksAttempts)
A list of job attempts that are associated with this job.
|
Copyright © 2024. All rights reserved.