Interface ComputeEnvironmentOrder.Builder

    • Method Detail

      • order

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

        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.