Interface ImageMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageMetadata.Builder,,ImageMetadata> SdkBuilder<ImageMetadata.Builder,,ImageMetadata> SdkPojo
- Enclosing class:
ImageMetadata
@Mutable
@NotThreadSafe
public static interface ImageMetadata.Builder
extends SdkPojo, CopyableBuilder<ImageMetadata.Builder,ImageMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionfileExtension(String fileExtension) The file extension of the image.lastUploadTimestamp(Instant lastUploadTimestamp) The timestamp when the image was last uploaded.The MIME type of the image.The MIME type of the image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-