@Generated(value="software.amazon.awssdk:codegen") public final class ComputeEnvironmentOrder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>
The order in which compute environments are tried for job placement within a queue. 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.
Modifier and Type | Class and Description |
---|---|
static interface |
ComputeEnvironmentOrder.Builder |
Modifier and Type | Method and Description |
---|---|
static ComputeEnvironmentOrder.Builder |
builder() |
String |
computeEnvironment()
The Amazon Resource Name (ARN) of the compute environment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
order()
The order of the compute environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComputeEnvironmentOrder.Builder> |
serializableBuilderClass() |
ComputeEnvironmentOrder.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer order()
The order of the compute environment.
public String computeEnvironment()
The Amazon Resource Name (ARN) of the compute environment.
public ComputeEnvironmentOrder.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>
public static ComputeEnvironmentOrder.Builder builder()
public static Class<? extends ComputeEnvironmentOrder.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.