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