Interface Thumbnail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Thumbnail.Builder,Thumbnail>, SdkBuilder<Thumbnail.Builder,Thumbnail>, SdkPojo
Enclosing class:
Thumbnail

public static interface Thumbnail.Builder extends SdkPojo, CopyableBuilder<Thumbnail.Builder,Thumbnail>
  • Method Details

    • 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

      Thumbnail.Builder thumbnailType(ThumbnailType thumbnailType)
      Thumbnail Type
      Parameters:
      thumbnailType - Thumbnail Type
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.