Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
JobQueueDetail |
JobQueueDetail.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JobQueueDetail |
JobQueueDetail.clearTagsEntries()
Removes all the entries added into Tags.
|
JobQueueDetail |
JobQueueDetail.clone() |
JobQueueDetail |
JobQueueDetail.withComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order in which job placement is preferred.
|
JobQueueDetail |
JobQueueDetail.withComputeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order in which job placement is preferred.
|
JobQueueDetail |
JobQueueDetail.withJobQueueArn(String jobQueueArn)
The Amazon Resource Name (ARN) of the job queue.
|
JobQueueDetail |
JobQueueDetail.withJobQueueName(String jobQueueName)
The name of the job queue.
|
JobQueueDetail |
JobQueueDetail.withPriority(Integer priority)
The priority of the job queue.
|
JobQueueDetail |
JobQueueDetail.withState(JQState state)
Describes the ability of the queue to accept new jobs.
|
JobQueueDetail |
JobQueueDetail.withState(String state)
Describes the ability of the queue to accept new jobs.
|
JobQueueDetail |
JobQueueDetail.withStatus(JQStatus status)
The status of the job queue (for example,
CREATING or VALID ). |
JobQueueDetail |
JobQueueDetail.withStatus(String status)
The status of the job queue (for example,
CREATING or VALID ). |
JobQueueDetail |
JobQueueDetail.withStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the job queue.
|
JobQueueDetail |
JobQueueDetail.withTags(Map<String,String> tags)
The tags applied to the job queue.
|
Modifier and Type | Method and Description |
---|---|
List<JobQueueDetail> |
DescribeJobQueuesResult.getJobQueues()
The list of job queues.
|
Modifier and Type | Method and Description |
---|---|
DescribeJobQueuesResult |
DescribeJobQueuesResult.withJobQueues(JobQueueDetail... jobQueues)
The list of job queues.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeJobQueuesResult.setJobQueues(Collection<JobQueueDetail> jobQueues)
The list of job queues.
|
DescribeJobQueuesResult |
DescribeJobQueuesResult.withJobQueues(Collection<JobQueueDetail> jobQueues)
The list of job queues.
|
Copyright © 2020. All rights reserved.