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

    • id

      The unique identifier for the queue.

      Parameters:
      id - The unique identifier for the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enqueueTimestamp

      QueueInfo.Builder enqueueTimestamp(Instant enqueueTimestamp)

      The timestamp when the contact was added to the queue.

      Parameters:
      enqueueTimestamp - The timestamp when the contact was added to the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.