Interface ImageSourceDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImageSourceDetails.Builder,,- ImageSourceDetails> - SdkBuilder<ImageSourceDetails.Builder,,- ImageSourceDetails> - SdkPojo
- Enclosing class:
- ImageSourceDetails
@Mutable
@NotThreadSafe
public static interface ImageSourceDetails.Builder
extends SdkPojo, CopyableBuilder<ImageSourceDetails.Builder,ImageSourceDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionUnique identifier for the image file.mediaMimeType(String mediaMimeType) The MIME type of the image file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
mediaIdUnique identifier for the image file. - Parameters:
- mediaId- Unique identifier for the image file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mediaMimeTypeThe MIME type of the image file. - Parameters:
- mediaMimeType- The MIME type of the image file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-