| 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.withArrayProperties(ArrayPropertiesDetail arrayProperties)
The array properties of the job, if it is an array job.
|
JobDetail |
JobDetail.withAttempts(AttemptDetail... attempts)
A list of job attempts associated with this job.
|
JobDetail |
JobDetail.withAttempts(Collection<AttemptDetail> attempts)
A list of job attempts associated with this job.
|
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 time stamp for when the job was created.
|
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.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for this job if an attempt fails.
|
JobDetail |
JobDetail.withStartedAt(Long startedAt)
The Unix time stamp for when the job was started (when the job transitioned from the
STARTING 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 time stamp 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<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 © 2018. All rights reserved.