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(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.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.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.jobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions) |
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.jobStateTimeLimitActions(Consumer<JobStateTimeLimitAction.Builder>... jobStateTimeLimitActions) |
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.jobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions) |
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
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(String state) |
Describes the ability of the queue to accept new jobs.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.state(JQState state) |
Describes the ability of the queue to accept new jobs.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.status(String status) |
The status of the job queue (for example, CREATING or VALID).
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.status(JQStatus 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() |
|