Interface EndSessionResponse.Builder

    • Method Detail

      • sessionArn

        EndSessionResponse.Builder sessionArn​(String sessionArn)

        The Amazon Resource Name (ARN) of the session you ended.

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

        EndSessionResponse.Builder sessionId​(String sessionId)

        The unique identifier of the session you ended.

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

        EndSessionResponse.Builder sessionStatus​(String sessionStatus)

        The current status of the session you ended.

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

        EndSessionResponse.Builder sessionStatus​(SessionStatus sessionStatus)

        The current status of the session you ended.

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