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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Thumbnail.Builderbody(String body)The binary data for the latest thumbnail.Thumbnail.BuildercontentType(String contentType)The content type for the latest thumbnail.Thumbnail.BuilderthumbnailType(String thumbnailType)Thumbnail TypeThumbnail.BuilderthumbnailType(ThumbnailType thumbnailType)Thumbnail TypeThumbnail.BuildertimeStamp(Instant timeStamp)Time stamp for the latest thumbnail.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
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:
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.
-
-