Uses of Interface
software.amazon.awscdk.services.batch.JobQueueComputeEnvironment
-
Uses of JobQueueComputeEnvironment in software.amazon.awscdk.services.batch
Modifier and TypeClassDescriptionstatic final class
An implementation forJobQueueComputeEnvironment
Modifier and TypeMethodDescriptionJobQueueComputeEnvironment.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionJobQueueProps.getComputeEnvironments()
(experimental) The set of compute environments mapped to a job queue and their order relative to each other.final List<JobQueueComputeEnvironment>
JobQueueProps.Jsii$Proxy.getComputeEnvironments()
Modifier and TypeMethodDescriptionJobQueue.Builder.computeEnvironments
(List<? extends JobQueueComputeEnvironment> computeEnvironments) (experimental) The set of compute environments mapped to a job queue and their order relative to each other.JobQueueProps.Builder.computeEnvironments
(List<? extends JobQueueComputeEnvironment> computeEnvironments) Sets the value ofJobQueueProps.getComputeEnvironments()