Interface FileSource.Builder

    • Method Detail

      • contentType

        FileSource.Builder contentType​(String contentType)

        The type of content stored in the file source.

        Parameters:
        contentType - The type of content stored in the file source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentDigest

        FileSource.Builder contentDigest​(String contentDigest)

        The digest of the file source.

        Parameters:
        contentDigest - The digest of the file source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Uri

        FileSource.Builder s3Uri​(String s3Uri)

        The Amazon S3 URI for the file source.

        Parameters:
        s3Uri - The Amazon S3 URI for the file source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.