Interface UpdateSessionResponse.Builder

    • Method Detail

      • createdAt

        UpdateSessionResponse.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.
      • lastUpdatedAt

        UpdateSessionResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp for when the session was last modified.

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

        UpdateSessionResponse.Builder sessionArn​(String sessionArn)

        The Amazon Resource Name (ARN) of the session that was updated.

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

        UpdateSessionResponse.Builder sessionId​(String sessionId)

        The unique identifier of the session you updated.

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

        UpdateSessionResponse.Builder sessionStatus​(String sessionStatus)

        The status of the session you updated.

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