Interface DeviceQueueInfo.Builder

    • Method Detail

      • queue

        DeviceQueueInfo.Builder queue​(String 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:
        QueueName, QueueName
      • 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, QueuePriority
      • 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:
        QueuePriority, QueuePriority
      • 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.