Interface HybridJobQueueInfo.Builder

    • Method Detail

      • message

        HybridJobQueueInfo.Builder message​(String message)

        Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.

        Parameters:
        message - Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • position

        HybridJobQueueInfo.Builder position​(String position)

        Current position of the job in the jobs queue.

        Parameters:
        position - Current position of the job in the jobs queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.