Interface DocumentMetadata.Builder

    • Method Detail

      • inlineAttributes

        DocumentMetadata.Builder inlineAttributes​(Collection<MetadataAttribute> inlineAttributes)

        An array of objects, each of which defines a metadata attribute to associate with the content to ingest. You define the attributes inline.

        Parameters:
        inlineAttributes - An array of objects, each of which defines a metadata attribute to associate with the content to ingest. You define the attributes inline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inlineAttributes

        DocumentMetadata.Builder inlineAttributes​(MetadataAttribute... inlineAttributes)

        An array of objects, each of which defines a metadata attribute to associate with the content to ingest. You define the attributes inline.

        Parameters:
        inlineAttributes - An array of objects, each of which defines a metadata attribute to associate with the content to ingest. You define the attributes inline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Location

        DocumentMetadata.Builder s3Location​(CustomS3Location s3Location)

        The Amazon S3 location of the file containing metadata to associate with the content to ingest.

        Parameters:
        s3Location - The Amazon S3 location of the file containing metadata to associate with the content to ingest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.