Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentKnowledgeBaseSummary.Builder
Packages that use AgentKnowledgeBaseSummary.Builder
-
Uses of AgentKnowledgeBaseSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentKnowledgeBaseSummary.BuilderModifier and TypeMethodDescriptionAgentKnowledgeBaseSummary.builder()AgentKnowledgeBaseSummary.Builder.description(String description) The description of the knowledge base associated with an agent.AgentKnowledgeBaseSummary.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base associated with an agent.AgentKnowledgeBaseSummary.Builder.knowledgeBaseState(String knowledgeBaseState) Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBaseSummary.Builder.knowledgeBaseState(KnowledgeBaseState knowledgeBaseState) Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBaseSummary.toBuilder()The time at which the knowledge base associated with an agent was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentKnowledgeBaseSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentKnowledgeBaseSummary.Builder>AgentKnowledgeBaseSummary.serializableBuilderClass()