Interface GetAgentCardResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BedrockAgentCoreResponse.Builder, Buildable, CopyableBuilder<GetAgentCardResponse.Builder,GetAgentCardResponse>, SdkBuilder<GetAgentCardResponse.Builder,GetAgentCardResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetAgentCardResponse

  • Method Details

    • runtimeSessionId

      GetAgentCardResponse.Builder runtimeSessionId(String 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

      GetAgentCardResponse.Builder agentCard(Document 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

      GetAgentCardResponse.Builder statusCode(Integer 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.