| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.addTaskRunStatusCountsEntry(String key,
Integer value)
Add a single TaskRunStatusCounts entry
|
JobSummary |
JobSummary.clearTaskRunStatusCountsEntries()
Removes all the entries added into TaskRunStatusCounts.
|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withCreatedAt(Date createdAt)
The date and time the resource was created.
|
JobSummary |
JobSummary.withCreatedBy(String createdBy)
The user or system that created this resource.
|
JobSummary |
JobSummary.withEndedAt(Date endedAt)
The date and time the resource ended running.
|
JobSummary |
JobSummary.withJobId(String jobId)
The job ID.
|
JobSummary |
JobSummary.withLifecycleStatus(JobLifecycleStatus lifecycleStatus)
The life cycle status.
|
JobSummary |
JobSummary.withLifecycleStatus(String lifecycleStatus)
The life cycle status.
|
JobSummary |
JobSummary.withLifecycleStatusMessage(String lifecycleStatusMessage)
The life cycle status message.
|
JobSummary |
JobSummary.withMaxFailedTasksCount(Integer maxFailedTasksCount)
The number of task failures before the job stops running and is marked as
FAILED. |
JobSummary |
JobSummary.withMaxRetriesPerTask(Integer maxRetriesPerTask)
The maximum number of retries for a job.
|
JobSummary |
JobSummary.withName(String name)
The job name.
|
JobSummary |
JobSummary.withPriority(Integer priority)
The job priority.
|
JobSummary |
JobSummary.withStartedAt(Date startedAt)
The date and time the resource started running.
|
JobSummary |
JobSummary.withTargetTaskRunStatus(JobTargetTaskRunStatus targetTaskRunStatus)
The task status to start with on the job.
|
JobSummary |
JobSummary.withTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
|
JobSummary |
JobSummary.withTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
JobSummary |
JobSummary.withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
|
JobSummary |
JobSummary.withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
JobSummary |
JobSummary.withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
JobSummary |
JobSummary.withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResult.getJobs()
The jobs on the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobs(JobSummary... jobs)
The jobs on the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<JobSummary> jobs)
The jobs on the list.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<JobSummary> jobs)
The jobs on the list.
|
Copyright © 2024. All rights reserved.