Interface SSMSession.Builder

  • Method Details

    • sessionId

      SSMSession.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.
    • tokenValue

      SSMSession.Builder tokenValue(String tokenValue)

      An encrypted token value containing session and caller information.

      Parameters:
      tokenValue - An encrypted token value containing session and caller information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamUrl

      SSMSession.Builder streamUrl(String streamUrl)

      A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the node.

      Parameters:
      streamUrl - A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.