Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.DocumentContent.Builder
Packages that use DocumentContent.Builder
-
Uses of DocumentContent.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DocumentContent.BuilderModifier and TypeMethodDescriptionstatic DocumentContent.BuilderDocumentContent.builder()default DocumentContent.BuilderDocumentContent.Builder.custom(Consumer<CustomContent.Builder> custom) Contains information about the content to ingest into a knowledge base connected to a custom data source.DocumentContent.Builder.custom(CustomContent custom) Contains information about the content to ingest into a knowledge base connected to a custom data source.DocumentContent.Builder.dataSourceType(String dataSourceType) The type of data source that is connected to the knowledge base to which to ingest this document.DocumentContent.Builder.dataSourceType(ContentDataSourceType dataSourceType) The type of data source that is connected to the knowledge base to which to ingest this document.default DocumentContent.BuilderDocumentContent.Builder.s3(Consumer<S3Content.Builder> s3) Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data sourceContains information about the content to ingest into a knowledge base connected to an Amazon S3 data sourceDocumentContent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type DocumentContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentContent.Builder>DocumentContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type DocumentContent.BuilderModifier and TypeMethodDescriptiondefault KnowledgeBaseDocument.BuilderKnowledgeBaseDocument.Builder.content(Consumer<DocumentContent.Builder> content) Contains the content of the document.