Interface StopRuntimeSessionResponse.Builder

  • Method Details

    • runtimeSessionId

      StopRuntimeSessionResponse.Builder runtimeSessionId(String runtimeSessionId)

      The ID of the session that you requested to stop.

      Parameters:
      runtimeSessionId - The ID of the session that you requested to stop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      StopRuntimeSessionResponse.Builder statusCode(Integer statusCodeValue)

      The status code of the request to stop the session.

      Parameters:
      statusCodeValue - The status code of the request to stop the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.