| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static AttemptDetail.Builder |
AttemptDetail.builder() |
AttemptDetail.Builder |
AttemptDetail.Builder.container(AttemptContainerDetail container)
The details for the container in this job attempt.
|
default AttemptDetail.Builder |
AttemptDetail.Builder.container(Consumer<AttemptContainerDetail.Builder> 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttemptDetail.Builder> |
AttemptDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.