@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:25.399Z") @Stability(value=Experimental) public interface JobQueueComputeEnvironment extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.batch.*;
ComputeEnvironment computeEnvironment;
JobQueueComputeEnvironment jobQueueComputeEnvironment = JobQueueComputeEnvironment.builder()
.computeEnvironment(computeEnvironment)
.order(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
JobQueueComputeEnvironment.Builder
A builder for
JobQueueComputeEnvironment |
static class |
JobQueueComputeEnvironment.Jsii$Proxy
An implementation for
JobQueueComputeEnvironment |
| Modifier and Type | Method and Description |
|---|---|
static JobQueueComputeEnvironment.Builder |
builder() |
IComputeEnvironment |
getComputeEnvironment()
(experimental) The batch compute environment to use for processing submitted jobs to this queue.
|
Number |
getOrder()
(experimental) The order in which this compute environment will be selected for dynamic allocation of resources to process submitted jobs.
|
@Stability(value=Experimental) @NotNull IComputeEnvironment getComputeEnvironment()
@Stability(value=Experimental) @NotNull Number getOrder()
@Stability(value=Experimental) static JobQueueComputeEnvironment.Builder builder()
JobQueueComputeEnvironment.Builder of JobQueueComputeEnvironmentCopyright © 2022. All rights reserved.