Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentCollaboratorRequest.Builder
Packages that use UpdateAgentCollaboratorRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentCollaboratorRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateAgentCollaboratorRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateAgentCollaborator(Consumer<UpdateAgentCollaboratorRequest.Builder> updateAgentCollaboratorRequest) Updates an agent's collaborator.default UpdateAgentCollaboratorResponseBedrockAgentClient.updateAgentCollaborator(Consumer<UpdateAgentCollaboratorRequest.Builder> updateAgentCollaboratorRequest) Updates an agent's collaborator. -
Uses of UpdateAgentCollaboratorRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateAgentCollaboratorRequest.BuilderModifier and TypeMethodDescriptionUpdateAgentCollaboratorRequest.Builder.agentDescriptor(Consumer<AgentDescriptor.Builder> agentDescriptor) An agent descriptor for the agent collaborator.UpdateAgentCollaboratorRequest.Builder.agentDescriptor(AgentDescriptor agentDescriptor) An agent descriptor for the agent collaborator.The agent's ID.UpdateAgentCollaboratorRequest.Builder.agentVersion(String agentVersion) The agent's version.UpdateAgentCollaboratorRequest.builder()UpdateAgentCollaboratorRequest.Builder.collaborationInstruction(String collaborationInstruction) Instruction for the collaborator.UpdateAgentCollaboratorRequest.Builder.collaboratorId(String collaboratorId) The collaborator's ID.UpdateAgentCollaboratorRequest.Builder.collaboratorName(String collaboratorName) The collaborator's name.UpdateAgentCollaboratorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAgentCollaboratorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAgentCollaboratorRequest.Builder.relayConversationHistory(String relayConversationHistory) A relay conversation history for the collaborator.UpdateAgentCollaboratorRequest.Builder.relayConversationHistory(RelayConversationHistory relayConversationHistory) A relay conversation history for the collaborator.UpdateAgentCollaboratorRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateAgentCollaboratorRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAgentCollaboratorRequest.Builder>UpdateAgentCollaboratorRequest.serializableBuilderClass()