Interface QueueInfo.Builder

    • Method Detail

      • waitingOnIngestion

        QueueInfo.Builder waitingOnIngestion​(String waitingOnIngestion)

        The ID of the queued ingestion.

        Parameters:
        waitingOnIngestion - The ID of the queued ingestion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queuedIngestion

        QueueInfo.Builder queuedIngestion​(String queuedIngestion)

        The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.

        Parameters:
        queuedIngestion - The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.