Interface CreateSessionResponse.Builder

    • Method Detail

      • createdAt

        CreateSessionResponse.Builder createdAt​(Instant createdAt)

        The timestamp for when the session was created.

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

        CreateSessionResponse.Builder sessionArn​(String sessionArn)

        The Amazon Resource Name (ARN) of the created session.

        Parameters:
        sessionArn - The Amazon Resource Name (ARN) of the created session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionId

        CreateSessionResponse.Builder sessionId​(String sessionId)

        The unique identifier for the session.

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

        CreateSessionResponse.Builder sessionStatus​(String sessionStatus)

        The current status of the session.

        Parameters:
        sessionStatus - The current status of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SessionStatus, SessionStatus