Interface Thumbnail.Builder

    • Method Detail

      • body

        Thumbnail.Builder body​(String body)
        The binary data for the latest thumbnail.
        Parameters:
        body - The binary data for the latest thumbnail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        Thumbnail.Builder contentType​(String contentType)
        The content type for the latest thumbnail.
        Parameters:
        contentType - The content type for the latest thumbnail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thumbnailType

        Thumbnail.Builder thumbnailType​(String thumbnailType)
        Thumbnail Type
        Parameters:
        thumbnailType - Thumbnail Type
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThumbnailType, ThumbnailType
      • timeStamp

        Thumbnail.Builder timeStamp​(Instant timeStamp)
        Time stamp for the latest thumbnail.
        Parameters:
        timeStamp - Time stamp for the latest thumbnail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.