public static interface QueueInfo.Builder extends SdkPojo, CopyableBuilder<QueueInfo.Builder,QueueInfo>
| Modifier and Type | Method and Description |
|---|---|
QueueInfo.Builder |
queuedIngestion(String queuedIngestion)
The ID of the ongoing ingestion.
|
QueueInfo.Builder |
waitingOnIngestion(String waitingOnIngestion)
The ID of the queued ingestion.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueueInfo.Builder waitingOnIngestion(String waitingOnIngestion)
The ID of the queued ingestion.
waitingOnIngestion - The ID of the queued ingestion.QueueInfo.Builder queuedIngestion(String queuedIngestion)
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
queuedIngestion - The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to
complete.Copyright © 2023. All rights reserved.