| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
JobDetail.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
JobDetail |
JobDetail.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JobDetail |
JobDetail.clearParametersEntries()
Removes all the entries added into Parameters.
|
JobDetail |
JobDetail.clearTagsEntries()
Removes all the entries added into Tags.
|
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's associated with the job.
|
JobDetail |
JobDetail.withCreatedAt(Long createdAt)
The Unix timestamp (in milliseconds) for when the job was created.
|
JobDetail |
JobDetail.withDependsOn(Collection<JobDependency> dependsOn)
A list of job IDs that this job depends on.
|
JobDetail |
JobDetail.withDependsOn(JobDependency... dependsOn)
A list of job IDs that this job depends on.
|
JobDetail |
JobDetail.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
|
JobDetail |
JobDetail.withJobDefinition(String jobDefinition)
The Amazon Resource Name (ARN) of the job definition that's 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 that the job is associated with.
|
JobDetail |
JobDetail.withNodeDetails(NodeDetails nodeDetails)
An object representing the details of a node that's associated with a multi-node parallel job.
|
JobDetail |
JobDetail.withNodeProperties(NodeProperties nodeProperties)
An object representing the node properties of a multi-node parallel job.
|
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.withPlatformCapabilities(Collection<String> platformCapabilities)
The platform capabilities required by the job definition.
|
JobDetail |
JobDetail.withPlatformCapabilities(PlatformCapability... platformCapabilities)
The platform capabilities required by the job definition.
|
JobDetail |
JobDetail.withPlatformCapabilities(String... platformCapabilities)
The platform capabilities required by the job definition.
|
JobDetail |
JobDetail.withPropagateTags(Boolean propagateTags)
Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task.
|
JobDetail |
JobDetail.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for this job if an attempt fails.
|
JobDetail |
JobDetail.withSchedulingPriority(Integer schedulingPriority)
The scheduling policy of the job definition.
|
JobDetail |
JobDetail.withShareIdentifier(String shareIdentifier)
The share identifier for the job.
|
JobDetail |
JobDetail.withStartedAt(Long startedAt)
The Unix timestamp (in milliseconds) 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 timestamp (in milliseconds) for when the job was stopped (when the job transitioned from the
RUNNING state to a terminal state, such as SUCCEEDED or FAILED). |
JobDetail |
JobDetail.withTags(Map<String,String> tags)
The tags applied to the job.
|
JobDetail |
JobDetail.withTimeout(JobTimeout timeout)
The timeout configuration for the job.
|
| 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 © 2022. All rights reserved.