Interface DeviceQueueInfo.Builder

  • Method Details

    • queue

      The name of the queue.

      Parameters:
      queue - The name of the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queue

      The name of the queue.

      Parameters:
      queue - The name of the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queuePriority

      DeviceQueueInfo.Builder queuePriority(String queuePriority)

      Optional. Specifies the priority of the queue. Tasks in a priority queue are processed before the tasks in a normal queue.

      Parameters:
      queuePriority - Optional. Specifies the priority of the queue. Tasks in a priority queue are processed before the tasks in a normal queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queuePriority

      DeviceQueueInfo.Builder queuePriority(QueuePriority queuePriority)

      Optional. Specifies the priority of the queue. Tasks in a priority queue are processed before the tasks in a normal queue.

      Parameters:
      queuePriority - Optional. Specifies the priority of the queue. Tasks in a priority queue are processed before the tasks in a normal queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queueSize

      DeviceQueueInfo.Builder queueSize(String queueSize)

      The number of jobs or tasks in the queue for a given device.

      Parameters:
      queueSize - The number of jobs or tasks in the queue for a given device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.