Uses of Class
software.amazon.awscdk.services.batch.CfnJobQueue.Builder
Packages that use CfnJobQueue.Builder
-
Uses of CfnJobQueue.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return CfnJobQueue.BuilderModifier and TypeMethodDescriptionCfnJobQueue.Builder.computeEnvironmentOrder
(List<? extends Object> computeEnvironmentOrder) The set of compute environments mapped to a job queue and their order relative to each other.CfnJobQueue.Builder.computeEnvironmentOrder
(IResolvable computeEnvironmentOrder) The set of compute environments mapped to a job queue and their order relative to each other.static CfnJobQueue.Builder
CfnJobQueue.Builder.jobQueueName
(String jobQueueName) The name of the job queue.CfnJobQueue.Builder.jobStateTimeLimitActions
(List<? extends Object> jobStateTimeLimitActions) The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times.CfnJobQueue.Builder.jobStateTimeLimitActions
(IResolvable jobStateTimeLimitActions) The set of actions that AWS Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times.The priority of the job queue.CfnJobQueue.Builder.schedulingPolicyArn
(String schedulingPolicyArn) The Amazon Resource Name (ARN) of the scheduling policy.The state of the job queue.The tags that are applied to the job queue.