Interface GetAgentCardResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<GetAgentCardResponse.Builder,,GetAgentCardResponse> SdkBuilder<GetAgentCardResponse.Builder,,GetAgentCardResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAgentCardResponse
@Mutable
@NotThreadSafe
public static interface GetAgentCardResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<GetAgentCardResponse.Builder,GetAgentCardResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn agent card document that contains metadata and capabilities for an AgentCore Runtime agent.runtimeSessionId(String runtimeSessionId) The ID of the session associated with the AgentCore Runtime agent.statusCode(Integer statusCode) The status code of the request.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
The ID of the session associated with the AgentCore Runtime agent.
- Parameters:
runtimeSessionId- The ID of the session associated with the AgentCore Runtime agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentCard
An agent card document that contains metadata and capabilities for an AgentCore Runtime agent.
- Parameters:
agentCard- An agent card document that contains metadata and capabilities for an AgentCore Runtime agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The status code of the request.
- Parameters:
statusCode- The status code of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-