Uses of Interface
software.amazon.awssdk.services.quicksight.model.QueueInfo.Builder
-
Packages that use QueueInfo.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of QueueInfo.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return QueueInfo.Builder Modifier and Type Method Description static QueueInfo.BuilderQueueInfo. builder()QueueInfo.BuilderQueueInfo.Builder. queuedIngestion(String queuedIngestion)The ID of the ongoing ingestion.QueueInfo.BuilderQueueInfo. toBuilder()QueueInfo.BuilderQueueInfo.Builder. waitingOnIngestion(String waitingOnIngestion)The ID of the queued ingestion.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type QueueInfo.Builder Modifier and Type Method Description static Class<? extends QueueInfo.Builder>QueueInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type QueueInfo.Builder Modifier and Type Method Description default Ingestion.BuilderIngestion.Builder. queueInfo(Consumer<QueueInfo.Builder> queueInfo)Sets the value of the QueueInfo property for this object.
-