Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.DocumentMetadata.Builder
Packages that use DocumentMetadata.Builder
-
Uses of DocumentMetadata.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DocumentMetadata.BuilderModifier and TypeMethodDescriptionstatic DocumentMetadata.BuilderDocumentMetadata.builder()DocumentMetadata.Builder.inlineAttributes(Collection<MetadataAttribute> inlineAttributes) An array of objects, each of which defines a metadata attribute to associate with the content to ingest.DocumentMetadata.Builder.inlineAttributes(Consumer<MetadataAttribute.Builder>... inlineAttributes) An array of objects, each of which defines a metadata attribute to associate with the content to ingest.DocumentMetadata.Builder.inlineAttributes(MetadataAttribute... inlineAttributes) An array of objects, each of which defines a metadata attribute to associate with the content to ingest.default DocumentMetadata.BuilderDocumentMetadata.Builder.s3Location(Consumer<CustomS3Location.Builder> s3Location) The Amazon S3 location of the file containing metadata to associate with the content to ingest.DocumentMetadata.Builder.s3Location(CustomS3Location s3Location) The Amazon S3 location of the file containing metadata to associate with the content to ingest.DocumentMetadata.toBuilder()The type of the source source from which to add metadata.DocumentMetadata.Builder.type(MetadataSourceType type) The type of the source source from which to add metadata.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type DocumentMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentMetadata.Builder>DocumentMetadata.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type DocumentMetadata.BuilderModifier and TypeMethodDescriptiondefault KnowledgeBaseDocument.BuilderKnowledgeBaseDocument.Builder.metadata(Consumer<DocumentMetadata.Builder> metadata) Contains the metadata to associate with the document.