| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
JobDetail.addParametersEntry(String key,
String value) |
JobDetail |
JobDetail.clearParametersEntries()
Removes all the entries added into Parameters.
|
JobDetail |
JobDetail.clone() |
JobDetail |
JobDetail.withContainer(ContainerDetail container)
An object representing the details of the container that is associated with the job.
|
JobDetail |
JobDetail.withCreatedAt(Long createdAt)
The Unix timestamp for when the job was created (when the task entered the
PENDING state). |
JobDetail |
JobDetail.withDependsOn(Collection<JobDependency> dependsOn)
A list of job names or IDs on which this job depends.
|
JobDetail |
JobDetail.withDependsOn(JobDependency... dependsOn)
A list of job names or IDs on which this job depends.
|
JobDetail |
JobDetail.withJobDefinition(String jobDefinition)
The job definition that is used by this job.
|
JobDetail |
JobDetail.withJobId(String jobId)
The ID for the job.
|
JobDetail |
JobDetail.withJobName(String jobName)
The name of the job.
|
JobDetail |
JobDetail.withJobQueue(String jobQueue)
The Amazon Resource Name (ARN) of the job queue with which the job is associated.
|
JobDetail |
JobDetail.withParameters(Map<String,String> parameters)
Additional parameters passed to the job that replace parameter substitution placeholders or override any
corresponding parameter defaults from the job definition.
|
JobDetail |
JobDetail.withStartedAt(Long startedAt)
The Unix timestamp for when the job was started (when the task transitioned from the
PENDING state
to the RUNNING state). |
JobDetail |
JobDetail.withStatus(JobStatus status)
The current status for the job.
|
JobDetail |
JobDetail.withStatus(String status)
The current status for the job.
|
JobDetail |
JobDetail.withStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the job.
|
JobDetail |
JobDetail.withStoppedAt(Long stoppedAt)
The Unix timestamp for when the job was stopped (when the task transitioned from the
RUNNING state
to the STOPPED state). |
| Modifier and Type | Method and Description |
|---|---|
List<JobDetail> |
DescribeJobsResult.getJobs()
The list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobsResult |
DescribeJobsResult.withJobs(JobDetail... jobs)
The list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobsResult.setJobs(Collection<JobDetail> jobs)
The list of jobs.
|
DescribeJobsResult |
DescribeJobsResult.withJobs(Collection<JobDetail> jobs)
The list of jobs.
|
Copyright © 2017. All rights reserved.