| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static JobQueueDetail.Builder |
JobQueueDetail.builder() |
JobQueueDetail.Builder |
JobQueueDetail.Builder.computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order that job placement is preferred.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order that job placement is preferred.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.computeEnvironmentOrder(Consumer<ComputeEnvironmentOrder.Builder>... computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order that job placement is preferred.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.jobQueueArn(String jobQueueArn)
The Amazon Resource Name (ARN) of the job queue.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.jobQueueName(String jobQueueName)
The job queue name.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.priority(Integer priority)
The priority of the job queue.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.schedulingPolicyArn(String schedulingPolicyArn)
The Amazon Resource Name (ARN) of the scheduling policy.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.state(JQState state)
Describes the ability of the queue to accept new jobs.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.state(String state)
Describes the ability of the queue to accept new jobs.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.status(JQStatus status)
The status of the job queue (for example,
CREATING or VALID). |
JobQueueDetail.Builder |
JobQueueDetail.Builder.status(String status)
The status of the job queue (for example,
CREATING or VALID). |
JobQueueDetail.Builder |
JobQueueDetail.Builder.statusReason(String statusReason)
A short, human-readable string to provide additional details for the current status of the job queue.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.tags(Map<String,String> tags)
The tags that are applied to the job queue.
|
JobQueueDetail.Builder |
JobQueueDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobQueueDetail.Builder> |
JobQueueDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.