Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentKnowledgeBaseRequest.Builder
Packages that use AssociateAgentKnowledgeBaseRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of AssociateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type AssociateAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.BedrockAgentClient.associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent. -
Uses of AssociateAgentKnowledgeBaseRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AssociateAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent with which you want to associate the knowledge base.AssociateAgentKnowledgeBaseRequest.Builder.agentVersion(String agentVersion) The version of the agent with which you want to associate the knowledge base.AssociateAgentKnowledgeBaseRequest.builder()AssociateAgentKnowledgeBaseRequest.Builder.description(String description) A description of what the agent should use the knowledge base for.AssociateAgentKnowledgeBaseRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base to associate with the agent.AssociateAgentKnowledgeBaseRequest.Builder.knowledgeBaseState(String knowledgeBaseState) Specifies whether to use the knowledge base or not when sending an InvokeAgent request.AssociateAgentKnowledgeBaseRequest.Builder.knowledgeBaseState(KnowledgeBaseState knowledgeBaseState) Specifies whether to use the knowledge base or not when sending an InvokeAgent request.AssociateAgentKnowledgeBaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateAgentKnowledgeBaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateAgentKnowledgeBaseRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AssociateAgentKnowledgeBaseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateAgentKnowledgeBaseRequest.Builder>AssociateAgentKnowledgeBaseRequest.serializableBuilderClass()