Interface GetAgentCardRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentCoreRequest.Builder,Buildable,CopyableBuilder<GetAgentCardRequest.Builder,,GetAgentCardRequest> SdkBuilder<GetAgentCardRequest.Builder,,GetAgentCardRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentCardRequest
@Mutable
@NotThreadSafe
public static interface GetAgentCardRequest.Builder
extends BedrockAgentCoreRequest.Builder, SdkPojo, CopyableBuilder<GetAgentCardRequest.Builder,GetAgentCardRequest>
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArn(String agentRuntimeArn) The ARN of the AgentCore Runtime agent for which you want to get the A2A agent card.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Optional qualifier to specify an agent alias, such asprodcode> ordev.runtimeSessionId(String runtimeSessionId) The session ID that the AgentCore Runtime agent is using.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
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
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
Optional qualifier to specify an agent alias, such as
prodcode> ordev. If you don't provide a value, the DEFAULT alias is used.- Parameters:
qualifier- Optional qualifier to specify an agent alias, such asprodcode> ordev. 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentCardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-