Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBase.Builder
Packages that use KnowledgeBase.Builder
-
Uses of KnowledgeBase.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return KnowledgeBase.BuilderModifier and TypeMethodDescriptionstatic KnowledgeBase.BuilderKnowledgeBase.builder()KnowledgeBase.Builder.description(String description) The description of the knowledge base associated with the inline agent.KnowledgeBase.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier for a knowledge base associated with the inline agent.default KnowledgeBase.BuilderKnowledgeBase.Builder.retrievalConfiguration(Consumer<KnowledgeBaseRetrievalConfiguration.Builder> retrievalConfiguration) The configurations to apply to the knowledge base during query.KnowledgeBase.Builder.retrievalConfiguration(KnowledgeBaseRetrievalConfiguration retrievalConfiguration) The configurations to apply to the knowledge base during query.KnowledgeBase.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type KnowledgeBase.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBase.Builder>KnowledgeBase.serializableBuilderClass()