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