Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBase.Builder
Packages that use KnowledgeBase.Builder
-
Uses of KnowledgeBase.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBase.BuilderModifier and TypeMethodDescriptionstatic KnowledgeBase.BuilderKnowledgeBase.builder()The time the knowledge base was created.KnowledgeBase.Builder.description(String description) The description of the knowledge base.KnowledgeBase.Builder.failureReasons(String... failureReasons) A list of reasons that the API operation on the knowledge base failed.KnowledgeBase.Builder.failureReasons(Collection<String> failureReasons) A list of reasons that the API operation on the knowledge base failed.KnowledgeBase.Builder.knowledgeBaseArn(String knowledgeBaseArn) The Amazon Resource Name (ARN) of the knowledge base.default KnowledgeBase.BuilderKnowledgeBase.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Contains details about the embeddings configuration of the knowledge base.KnowledgeBase.Builder.knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) Contains details about the embeddings configuration of the knowledge base.KnowledgeBase.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base.The name of the knowledge base.The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.The status of the knowledge base.KnowledgeBase.Builder.status(KnowledgeBaseStatus status) The status of the knowledge base.default KnowledgeBase.BuilderKnowledgeBase.Builder.storageConfiguration(Consumer<StorageConfiguration.Builder> storageConfiguration) Contains details about the storage configuration of the knowledge base.KnowledgeBase.Builder.storageConfiguration(StorageConfiguration storageConfiguration) Contains details about the storage configuration of the knowledge base.KnowledgeBase.toBuilder()The time the knowledge base was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBase.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBase.Builder>KnowledgeBase.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBase.BuilderModifier and TypeMethodDescriptionCreateKnowledgeBaseResponse.Builder.knowledgeBase(Consumer<KnowledgeBase.Builder> knowledgeBase) Contains details about the knowledge base.default GetKnowledgeBaseResponse.BuilderGetKnowledgeBaseResponse.Builder.knowledgeBase(Consumer<KnowledgeBase.Builder> knowledgeBase) Contains details about the knowledge base.UpdateKnowledgeBaseResponse.Builder.knowledgeBase(Consumer<KnowledgeBase.Builder> knowledgeBase) Contains details about the knowledge base.