| Modifier and Type | Class and Description |
|---|---|
static class |
JobQueueComputeEnvironment.Jsii$Proxy
An implementation for
JobQueueComputeEnvironment |
| Modifier and Type | Method and Description |
|---|---|
JobQueueComputeEnvironment |
JobQueueComputeEnvironment.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobQueueComputeEnvironment> |
JobQueueProps.getComputeEnvironments()
(experimental) The set of compute environments mapped to a job queue and their order relative to each other.
|
List<JobQueueComputeEnvironment> |
JobQueueProps.Jsii$Proxy.getComputeEnvironments() |
| Modifier and Type | Method and Description |
|---|---|
JobQueue.Builder |
JobQueue.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 |
JobQueueProps.Builder.computeEnvironments(List<? extends JobQueueComputeEnvironment> computeEnvironments)
Sets the value of
JobQueueProps.getComputeEnvironments() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends JobQueueComputeEnvironment> computeEnvironments,
Boolean enabled,
String jobQueueName,
Number priority)
Constructor that initializes the object based on literal property values passed by the
JobQueueProps.Builder. |
Copyright © 2021. All rights reserved.