@Generated(value="software.amazon.awssdk:codegen") public class ComputeEnvironmentOrder extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
order()
The order of the compute environment.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.