Uses of Class
software.amazon.awscdk.services.batch.JobQueue.Builder
Packages that use JobQueue.Builder
-
Uses of JobQueue.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return JobQueue.BuilderModifier and TypeMethodDescriptionJobQueue.Builder.computeEnvironments(List<? extends OrderedComputeEnvironment> computeEnvironments) The set of compute environments mapped to a job queue and their order relative to each other.static JobQueue.BuilderIf the job queue is enabled, it is able to accept jobs.JobQueue.Builder.jobQueueName(String jobQueueName) The name of the job queue.The priority of the job queue.JobQueue.Builder.schedulingPolicy(ISchedulingPolicy schedulingPolicy) The SchedulingPolicy for this JobQueue.