Interface GetAgentCardRequest.Builder

All Superinterfaces:
AwsRequest.Builder, BedrockAgentCoreRequest.Builder, Buildable, CopyableBuilder<GetAgentCardRequest.Builder,GetAgentCardRequest>, SdkBuilder<GetAgentCardRequest.Builder,GetAgentCardRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetAgentCardRequest

  • Method Details

    • runtimeSessionId

      GetAgentCardRequest.Builder runtimeSessionId(String runtimeSessionId)

      The session ID that the AgentCore Runtime agent is using.

      Parameters:
      runtimeSessionId - The session ID that the AgentCore Runtime agent is using.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentRuntimeArn

      GetAgentCardRequest.Builder agentRuntimeArn(String agentRuntimeArn)

      The ARN of the AgentCore Runtime agent for which you want to get the A2A agent card.

      Parameters:
      agentRuntimeArn - The ARN of the AgentCore Runtime agent for which you want to get the A2A agent card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • qualifier

      GetAgentCardRequest.Builder qualifier(String qualifier)

      Optional qualifier to specify an agent alias, such as prodcode> or dev. If you don't provide a value, the DEFAULT alias is used.

      Parameters:
      qualifier - Optional qualifier to specify an agent alias, such as prodcode> or dev. If you don't provide a value, the DEFAULT alias is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetAgentCardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder