Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseDocumentDetail.Builder
Packages that use KnowledgeBaseDocumentDetail.Builder
-
Uses of KnowledgeBaseDocumentDetail.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseDocumentDetail.BuilderModifier and TypeMethodDescriptionKnowledgeBaseDocumentDetail.builder()KnowledgeBaseDocumentDetail.Builder.dataSourceId(String dataSourceId) The identifier of the data source connected to the knowledge base that the document was ingested into or deleted from.KnowledgeBaseDocumentDetail.Builder.identifier(Consumer<DocumentIdentifier.Builder> identifier) Contains information that identifies the document.KnowledgeBaseDocumentDetail.Builder.identifier(DocumentIdentifier identifier) Contains information that identifies the document.KnowledgeBaseDocumentDetail.Builder.knowledgeBaseId(String knowledgeBaseId) The identifier of the knowledge base that the document was ingested into or deleted from.The ingestion status of the document.KnowledgeBaseDocumentDetail.Builder.status(DocumentStatus status) The ingestion status of the document.KnowledgeBaseDocumentDetail.Builder.statusReason(String statusReason) The reason for the status.KnowledgeBaseDocumentDetail.toBuilder()The date and time at which the document was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseDocumentDetail.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBaseDocumentDetail.Builder>KnowledgeBaseDocumentDetail.serializableBuilderClass()