Interface SessionSummary.Builder

  • Method Details

    • sessionId

      SessionSummary.Builder sessionId(String sessionId)

      The unique ID of the session.

      Parameters:
      sessionId - The unique ID of 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.
    • lastActivityAt

      SessionSummary.Builder lastActivityAt(Instant lastActivityAt)

      The timestamp of the most recent activity in the session.

      Parameters:
      lastActivityAt - The timestamp of the most recent activity in the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionName

      SessionSummary.Builder sessionName(String sessionName)

      The human-readable name of the session. Names under /aws/ are reserved for service integrations.

      Parameters:
      sessionName - The human-readable name of the session. Names under /aws/ are reserved for service integrations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.