public static interface ComputeEnvironmentOrder.Builder extends SdkPojo, CopyableBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>
| Modifier and Type | Method and Description |
|---|---|
ComputeEnvironmentOrder.Builder |
computeEnvironment(String computeEnvironment)
The Amazon Resource Name (ARN) of the compute environment.
|
ComputeEnvironmentOrder.Builder |
order(Integer order)
The order of the compute environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComputeEnvironmentOrder.Builder order(Integer order)
The order of the compute environment. Compute environments are tried in ascending order. For example, if two
compute environments are associated with a job queue, the compute environment with a lower order
integer value is tried for job placement first.
order - The order of the compute environment. Compute environments are tried in ascending order. For example,
if two compute environments are associated with a job queue, the compute environment with a lower
order integer value is tried for job placement first.ComputeEnvironmentOrder.Builder computeEnvironment(String computeEnvironment)
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironment - The Amazon Resource Name (ARN) of the compute environment.Copyright © 2023. All rights reserved.