@Stability(value=Experimental) public static final class JobQueueComputeEnvironment.Builder extends Object implements software.amazon.jsii.Builder<JobQueueComputeEnvironment>
JobQueueComputeEnvironment| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JobQueueComputeEnvironment |
build()
Builds the configured instance.
|
JobQueueComputeEnvironment.Builder |
computeEnvironment(IComputeEnvironment computeEnvironment)
Sets the value of
JobQueueComputeEnvironment.getComputeEnvironment() |
JobQueueComputeEnvironment.Builder |
order(Number order)
Sets the value of
JobQueueComputeEnvironment.getOrder() |
@Stability(value=Experimental) public JobQueueComputeEnvironment.Builder computeEnvironment(IComputeEnvironment computeEnvironment)
JobQueueComputeEnvironment.getComputeEnvironment()computeEnvironment - The batch compute environment to use for processing submitted jobs to this queue. This parameter is required.this@Stability(value=Experimental) public JobQueueComputeEnvironment.Builder order(Number order)
JobQueueComputeEnvironment.getOrder()order - The order in which this compute environment will be selected for dynamic allocation of resources to process submitted jobs. This parameter is required.this@Stability(value=Experimental) public JobQueueComputeEnvironment build()
build in interface software.amazon.jsii.Builder<JobQueueComputeEnvironment>JobQueueComputeEnvironmentNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.