Interface ImageMetadata.Builder

  • Method Details

    • mimeType

      ImageMetadata.Builder mimeType(String mimeType)

      The MIME type of the image.

      Parameters:
      mimeType - The MIME type of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mimeType

      ImageMetadata.Builder mimeType(MimeType mimeType)

      The MIME type of the image.

      Parameters:
      mimeType - The MIME type of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileExtension

      ImageMetadata.Builder fileExtension(String fileExtension)

      The file extension of the image.

      Parameters:
      fileExtension - The file extension of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUploadTimestamp

      ImageMetadata.Builder lastUploadTimestamp(Instant lastUploadTimestamp)

      The timestamp when the image was last uploaded.

      Parameters:
      lastUploadTimestamp - The timestamp when the image was last uploaded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.