| 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's an array job.
|
JobDetail |
JobDetail.withAttempts(AttemptDetail... attempts)
A list of job attempts that are associated with this job.
|
JobDetail |
JobDetail.withAttempts(Collection<AttemptDetail> attempts)
A list of job attempts that are associated with this job.
|
JobDetail |
JobDetail.withContainer(ContainerDetail container)
An object that represents the details for 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.withEksAttempts(Collection<EksAttemptDetail> eksAttempts)
A list of job attempts that are associated with this job.
|
JobDetail |
JobDetail.withEksAttempts(EksAttemptDetail... eksAttempts)
A list of job attempts that are associated with this job.
|
JobDetail |
JobDetail.withEksProperties(EksPropertiesDetail eksProperties)
An object with various properties that are specific to Amazon EKS based jobs.
|
JobDetail |
JobDetail.withIsCancelled(Boolean isCancelled)
Indicates whether the job is canceled.
|
JobDetail |
JobDetail.withIsTerminated(Boolean isTerminated)
Indicates whether the job is terminated.
|
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 this job uses.
|
JobDetail |
JobDetail.withJobId(String jobId)
The job ID.
|
JobDetail |
JobDetail.withJobName(String jobName)
The job name.
|
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 that represents the details of a node that's associated with a multi-node parallel job.
|
JobDetail |
JobDetail.withNodeProperties(NodeProperties nodeProperties)
An object that represents the node properties of a multi-node parallel job.
|
JobDetail |
JobDetail.withParameters(Map<String,String> parameters)
Additional parameters that are 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.
|
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 more details for the current status of the job.
|
JobDetail |
JobDetail.withStoppedAt(Long stoppedAt)
The Unix timestamp (in milliseconds) for when the job was stopped.
|
JobDetail |
JobDetail.withTags(Map<String,String> tags)
The tags that are 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 © 2023. All rights reserved.