Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentKnowledgeBase.Builder
Packages that use AgentKnowledgeBase.Builder
-
Uses of AgentKnowledgeBase.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentKnowledgeBase.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent with which the knowledge base is associated.AgentKnowledgeBase.Builder.agentVersion(String agentVersion) The version of the agent with which the knowledge base is associated.static AgentKnowledgeBase.BuilderAgentKnowledgeBase.builder()The time at which the association between the agent and the knowledge base was created.AgentKnowledgeBase.Builder.description(String description) The description of the association between the agent and the knowledge base.AgentKnowledgeBase.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the association between the agent and the knowledge base.AgentKnowledgeBase.Builder.knowledgeBaseState(String knowledgeBaseState) Specifies whether to use the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBase.Builder.knowledgeBaseState(KnowledgeBaseState knowledgeBaseState) Specifies whether to use the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBase.toBuilder()The time at which the association between the agent and the knowledge base was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentKnowledgeBase.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentKnowledgeBase.Builder>AgentKnowledgeBase.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentKnowledgeBase.BuilderModifier and TypeMethodDescriptionAssociateAgentKnowledgeBaseResponse.Builder.agentKnowledgeBase(Consumer<AgentKnowledgeBase.Builder> agentKnowledgeBase) Contains details about the knowledge base that has been associated with the agent.GetAgentKnowledgeBaseResponse.Builder.agentKnowledgeBase(Consumer<AgentKnowledgeBase.Builder> agentKnowledgeBase) Contains details about a knowledge base attached to an agent.UpdateAgentKnowledgeBaseResponse.Builder.agentKnowledgeBase(Consumer<AgentKnowledgeBase.Builder> agentKnowledgeBase) Contains details about the knowledge base that has been associated with an agent.