Interface ServiceEnvironmentOrder.Builder

    • Method Detail

      • order

        ServiceEnvironmentOrder.Builder order​(Integer order)

        The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.

        Parameters:
        order - The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceEnvironment

        ServiceEnvironmentOrder.Builder serviceEnvironment​(String serviceEnvironment)

        The name or ARN of the service environment.

        Parameters:
        serviceEnvironment - The name or ARN of the service environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.