Interface StartSessionResponse.Builder

  • Method Details

    • sessionId

      StartSessionResponse.Builder sessionId(String sessionId)

      A unique identifier for the established remote connection session.

      Parameters:
      sessionId - A unique identifier for the established remote connection session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamUrl

      StartSessionResponse.Builder streamUrl(String streamUrl)

      A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.

      Parameters:
      streamUrl - A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tokenValue

      StartSessionResponse.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.