| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withArrayProperties(ArrayPropertiesSummary arrayProperties)
The array properties of the job, if it is an array job.
|
JobSummary |
JobSummary.withContainer(ContainerSummary container)
An object representing the details of the container that's associated with the job.
|
JobSummary |
JobSummary.withCreatedAt(Long createdAt)
The Unix timestamp for when the job was created.
|
JobSummary |
JobSummary.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
|
JobSummary |
JobSummary.withJobId(String jobId)
The ID of the job.
|
JobSummary |
JobSummary.withJobName(String jobName)
The name of the job.
|
JobSummary |
JobSummary.withNodeProperties(NodePropertiesSummary nodeProperties)
The node properties for a single node in a job summary list.
|
JobSummary |
JobSummary.withStartedAt(Long startedAt)
The Unix timestamp for when the job was started (when the job transitioned from the
STARTING state
to the RUNNING state). |
JobSummary |
JobSummary.withStatus(JobStatus status)
The current status for the job.
|
JobSummary |
JobSummary.withStatus(String status)
The current status for the job.
|
JobSummary |
JobSummary.withStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the job.
|
JobSummary |
JobSummary.withStoppedAt(Long stoppedAt)
The Unix timestamp for when the job was stopped (when the job transitioned from the
RUNNING state to
a terminal state, such as SUCCEEDED or FAILED). |
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResult.getJobSummaryList()
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobSummaryList(JobSummary... jobSummaryList)
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
ListJobsResult |
ListJobsResult.withJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
Copyright © 2021. All rights reserved.