Uses of Interface
software.amazon.awssdk.services.connect.model.QueueInfo.Builder
-
Packages that use QueueInfo.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of QueueInfo.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return QueueInfo.Builder Modifier and Type Method Description static QueueInfo.BuilderQueueInfo. builder()QueueInfo.BuilderQueueInfo.Builder. enqueueTimestamp(Instant enqueueTimestamp)The timestamp when the contact was added to the queue.QueueInfo.BuilderQueueInfo.Builder. id(String id)The unique identifier for the queue.QueueInfo.BuilderQueueInfo. toBuilder()Methods in software.amazon.awssdk.services.connect.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.connect.model with type arguments of type QueueInfo.Builder Modifier and Type Method Description default Contact.BuilderContact.Builder. queueInfo(Consumer<QueueInfo.Builder> queueInfo)If this contact was queued, this contains information about the queue.
-