static DocumentMetadata.Builder |
DocumentMetadata.builder() |
|
DocumentMetadata.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 |
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 |
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.Builder |
DocumentMetadata.Builder.s3Location(Consumer<CustomS3Location.Builder> s3Location) |
The Amazon S3 location of the file containing metadata to associate with the content to ingest.
|
DocumentMetadata.Builder |
DocumentMetadata.Builder.s3Location(CustomS3Location s3Location) |
The Amazon S3 location of the file containing metadata to associate with the content to ingest.
|
DocumentMetadata.Builder |
DocumentMetadata.toBuilder() |
|
DocumentMetadata.Builder |
DocumentMetadata.Builder.type(String type) |
The type of the source source from which to add metadata.
|
DocumentMetadata.Builder |
DocumentMetadata.Builder.type(MetadataSourceType type) |
The type of the source source from which to add metadata.
|