Interface InvokeAgentRuntimeCommandResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<InvokeAgentRuntimeCommandResponse.Builder,,InvokeAgentRuntimeCommandResponse> SdkBuilder<InvokeAgentRuntimeCommandResponse.Builder,,InvokeAgentRuntimeCommandResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
InvokeAgentRuntimeCommandResponse
@Mutable
@NotThreadSafe
public static interface InvokeAgentRuntimeCommandResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<InvokeAgentRuntimeCommandResponse.Builder,InvokeAgentRuntimeCommandResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAdditional context information for distributed tracing.contentType(String contentType) The MIME type of the response data.runtimeSessionId(String runtimeSessionId) Runtime session identifierstatusCode(Integer statusCode) The HTTP status code of the response.The trace identifier for request tracking.traceParent(String traceParent) The parent trace information for distributed tracing.traceState(String traceState) The trace state information for distributed tracing.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-