Class ComputeEnvironmentOrder

  • All Implemented Interfaces:
    Serializable, SdkPojo, ToCopyableBuilder<ComputeEnvironmentOrder.Builder,​ComputeEnvironmentOrder>

    @Generated("software.amazon.awssdk:codegen")
    public final class ComputeEnvironmentOrder
    extends Object
    implements SdkPojo, Serializable, ToCopyableBuilder<ComputeEnvironmentOrder.Builder,​ComputeEnvironmentOrder>

    The order that compute environments are tried in 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. Compute environments must be in the VALID state before you can associate them with a job queue. All of the compute environments must be either EC2 (EC2 or SPOT) or Fargate (FARGATE or FARGATE_SPOT); EC2 and Fargate compute environments can't be mixed.

    All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.

    See Also:
    Serialized Form
    • Method Detail

      • order

        public final 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.

        Returns:
        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.
      • computeEnvironment

        public final String computeEnvironment()

        The Amazon Resource Name (ARN) of the compute environment.

        Returns:
        The Amazon Resource Name (ARN) of the compute environment.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)