Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentCollaboratorRequest.Builder
Packages that use AssociateAgentCollaboratorRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of AssociateAgentCollaboratorRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type AssociateAgentCollaboratorRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.associateAgentCollaborator(Consumer<AssociateAgentCollaboratorRequest.Builder> associateAgentCollaboratorRequest) Makes an agent a collaborator for another agent.BedrockAgentClient.associateAgentCollaborator(Consumer<AssociateAgentCollaboratorRequest.Builder> associateAgentCollaboratorRequest) Makes an agent a collaborator for another agent. -
Uses of AssociateAgentCollaboratorRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AssociateAgentCollaboratorRequest.BuilderModifier and TypeMethodDescriptionAssociateAgentCollaboratorRequest.Builder.agentDescriptor(Consumer<AgentDescriptor.Builder> agentDescriptor) The alias of the collaborator agent.AssociateAgentCollaboratorRequest.Builder.agentDescriptor(AgentDescriptor agentDescriptor) The alias of the collaborator agent.The agent's ID.AssociateAgentCollaboratorRequest.Builder.agentVersion(String agentVersion) An agent version.AssociateAgentCollaboratorRequest.builder()AssociateAgentCollaboratorRequest.Builder.clientToken(String clientToken) A client token.AssociateAgentCollaboratorRequest.Builder.collaborationInstruction(String collaborationInstruction) Instruction for the collaborator.AssociateAgentCollaboratorRequest.Builder.collaboratorName(String collaboratorName) A name for the collaborator.AssociateAgentCollaboratorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateAgentCollaboratorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateAgentCollaboratorRequest.Builder.relayConversationHistory(String relayConversationHistory) A relay conversation history for the collaborator.AssociateAgentCollaboratorRequest.Builder.relayConversationHistory(RelayConversationHistory relayConversationHistory) A relay conversation history for the collaborator.AssociateAgentCollaboratorRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AssociateAgentCollaboratorRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateAgentCollaboratorRequest.Builder>AssociateAgentCollaboratorRequest.serializableBuilderClass()