| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnJobQueue.Builder |
CfnJobQueue.Builder.computeEnvironmentOrder(IResolvable computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
CfnJobQueue.Builder |
CfnJobQueue.Builder.computeEnvironmentOrder(List<? extends Object> computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
static CfnJobQueue.Builder |
CfnJobQueue.Builder.create(software.constructs.Construct scope,
String id) |
CfnJobQueue.Builder |
CfnJobQueue.Builder.jobQueueName(String jobQueueName)
The name of the job queue.
|
CfnJobQueue.Builder |
CfnJobQueue.Builder.priority(Number priority)
The priority of the job queue.
|
CfnJobQueue.Builder |
CfnJobQueue.Builder.schedulingPolicyArn(String schedulingPolicyArn)
The Amazon Resource Name (ARN) of the scheduling policy.
|
CfnJobQueue.Builder |
CfnJobQueue.Builder.state(String state)
The state of the job queue.
|
CfnJobQueue.Builder |
CfnJobQueue.Builder.tags(Map<String,String> tags)
The tags applied to the job queue.
|
Copyright © 2022. All rights reserved.