Interface QueueInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueueInfo.Builder,QueueInfo>, SdkBuilder<QueueInfo.Builder,QueueInfo>, SdkPojo
Enclosing class:
QueueInfo

public static interface QueueInfo.Builder extends SdkPojo, CopyableBuilder<QueueInfo.Builder,QueueInfo>
  • Method Details

    • 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.