Interface InvokeAgentRuntimeCommandResponse.Builder

  • Method Details

    • runtimeSessionId

      InvokeAgentRuntimeCommandResponse.Builder runtimeSessionId(String runtimeSessionId)

      Runtime session identifier

      Parameters:
      runtimeSessionId - Runtime session identifier
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceId

      The trace identifier for request tracking.

      Parameters:
      traceId - The trace identifier for request tracking.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceParent

      The parent trace information for distributed tracing.

      Parameters:
      traceParent - The parent trace information for distributed tracing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceState

      The trace state information for distributed tracing.

      Parameters:
      traceState - The trace state information for distributed tracing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • baggage

      Additional context information for distributed tracing.

      Parameters:
      baggage - Additional context information for distributed tracing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.

      Parameters:
      contentType - The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.

      Parameters:
      statusCode - The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.