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 Summary
Modifier and TypeMethodDescriptionqueuedIngestion
(String queuedIngestion) The ID of the ongoing ingestion.waitingOnIngestion
(String waitingOnIngestion) The ID of the queued ingestion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-