| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static EksAttemptDetail.Builder |
EksAttemptDetail.builder() |
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.containers(Collection<EksAttemptContainerDetail> containers)
The details for the final status of the containers for this job attempt.
|
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.containers(Consumer<EksAttemptContainerDetail.Builder>... containers)
The details for the final status of the containers for this job attempt.
|
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.containers(EksAttemptContainerDetail... containers)
The details for the final status of the containers for this job attempt.
|
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.nodeName(String nodeName)
The name of the node for this job attempt.
|
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.podName(String podName)
The name of the pod for this job attempt.
|
EksAttemptDetail.Builder |
EksAttemptDetail.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). |
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.statusReason(String statusReason)
A short, human-readable string to provide additional details for the current status of the job attempt.
|
EksAttemptDetail.Builder |
EksAttemptDetail.Builder.stoppedAt(Long stoppedAt)
The Unix timestamp (in milliseconds) for when the attempt was stopped.
|
EksAttemptDetail.Builder |
EksAttemptDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EksAttemptDetail.Builder> |
EksAttemptDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.