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
Modifier and TypeMethodDescriptionThe binary data for the latest thumbnail.contentType
(String contentType) The content type for the latest thumbnail.thumbnailType
(String thumbnailType) Thumbnail TypethumbnailType
(ThumbnailType thumbnailType) Thumbnail TypeTime 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 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
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 Type- Parameters:
thumbnailType
- Thumbnail Type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-