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 (in seconds and milliseconds) for when the attempt was started (when the attempt transitioned
from the
STARTING 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 (in seconds and milliseconds) for when the attempt was stopped (when the attempt transitioned
from the
RUNNING state to a terminal state, such as SUCCEEDED or FAILED ). |
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 © 2020. All rights reserved.