Interface SessionSummary.Builder

    • Method Detail

      • endTime

        SessionSummary.Builder endTime​(Instant endTime)

        The end time of the session.

        Parameters:
        endTime - The end time of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portalArn

        SessionSummary.Builder portalArn​(String portalArn)

        The ARN of the web portal.

        Parameters:
        portalArn - The ARN of the web portal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionId

        SessionSummary.Builder sessionId​(String sessionId)

        The ID of the session.

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

        SessionSummary.Builder startTime​(Instant startTime)

        The start time of the session.

        Parameters:
        startTime - The start time of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • username

        SessionSummary.Builder username​(String username)

        The username of the session.

        Parameters:
        username - The username of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.