Interface CreateStreamSessionAdminShellResponse.Builder

  • Method Details

    • sessionId

      An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.

      Parameters:
      sessionId - An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamUrl

      An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.

      Parameters:
      streamUrl - An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tokenValue

      An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.

      Parameters:
      tokenValue - An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.