Interface SessionSummary.Builder

  • Method Details

    • sessionId

      SessionSummary.Builder sessionId(String sessionId)

      The unique identifier of the session.

      Parameters:
      sessionId - The unique identifier of the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actorId

      SessionSummary.Builder actorId(String actorId)

      The identifier of the actor associated with the session.

      Parameters:
      actorId - The identifier of the actor associated with the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      SessionSummary.Builder createdAt(Instant createdAt)

      The timestamp when the session was created.

      Parameters:
      createdAt - The timestamp when the session was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.