static AttemptDetail.Builder |
AttemptDetail.builder() |
|
default AttemptDetail.Builder |
AttemptDetail.Builder.container(Consumer<AttemptContainerDetail.Builder> container) |
The details for the container in this job attempt.
|
AttemptDetail.Builder |
AttemptDetail.Builder.container(AttemptContainerDetail container) |
The details for the container in this job attempt.
|
AttemptDetail.Builder |
AttemptDetail.Builder.startedAt(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).
|
AttemptDetail.Builder |
AttemptDetail.Builder.statusReason(String statusReason) |
A short, human-readable string to provide additional details for the current status of the job attempt.
|
AttemptDetail.Builder |
AttemptDetail.Builder.stoppedAt(Long stoppedAt) |
The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the
RUNNING state to a terminal state, such as SUCCEEDED or FAILED).
|
AttemptDetail.Builder |
AttemptDetail.Builder.taskProperties(Collection<AttemptEcsTaskDetails> taskProperties) |
The properties for a task definition that describes the container and volume definitions of an Amazon ECS
task.
|
AttemptDetail.Builder |
AttemptDetail.Builder.taskProperties(Consumer<AttemptEcsTaskDetails.Builder>... taskProperties) |
The properties for a task definition that describes the container and volume definitions of an Amazon ECS
task.
|
AttemptDetail.Builder |
AttemptDetail.Builder.taskProperties(AttemptEcsTaskDetails... taskProperties) |
The properties for a task definition that describes the container and volume definitions of an Amazon ECS
task.
|
AttemptDetail.Builder |
AttemptDetail.toBuilder() |
|