Interface ComputeEnvironmentOrder.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>, SdkBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>, SdkPojo
Enclosing class:
ComputeEnvironmentOrder

public static interface ComputeEnvironmentOrder.Builder extends SdkPojo, CopyableBuilder<ComputeEnvironmentOrder.Builder,ComputeEnvironmentOrder>
  • Method Details

    • 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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • computeEnvironment

      ComputeEnvironmentOrder.Builder computeEnvironment(String computeEnvironment)

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

      Parameters:
      computeEnvironment - The Amazon Resource Name (ARN) of the compute environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.