| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
AttemptDetail |
AttemptDetail.clone() |
AttemptDetail |
AttemptDetail.withContainer(AttemptContainerDetail container)
Details about the container in this job attempt.
|
AttemptDetail |
AttemptDetail.withStartedAt(Long startedAt)
The Unix timestamp for when the attempt was started (when the task transitioned from the
PENDING
state to the RUNNING state). |
AttemptDetail |
AttemptDetail.withStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the job attempt.
|
AttemptDetail |
AttemptDetail.withStoppedAt(Long stoppedAt)
The Unix timestamp for when the attempt was stopped (when the task transitioned from the
RUNNING
state to the STOPPED state). |
| Modifier and Type | Method and Description |
|---|---|
List<AttemptDetail> |
JobDetail.getAttempts()
A list of job attempts associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
JobDetail.withAttempts(AttemptDetail... attempts)
A list of job attempts associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDetail.setAttempts(Collection<AttemptDetail> attempts)
A list of job attempts associated with this job.
|
JobDetail |
JobDetail.withAttempts(Collection<AttemptDetail> attempts)
A list of job attempts associated with this job.
|
Copyright © 2017. All rights reserved.