Interface InputImage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InputImage.Builder,,InputImage> SdkBuilder<InputImage.Builder,,InputImage> SdkPojo
- Enclosing class:
InputImage
@Mutable
@NotThreadSafe
public static interface InputImage.Builder
extends SdkPojo, CopyableBuilder<InputImage.Builder,InputImage>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the input image.format(InputImageFormat format) The format of the input image.inlineContent(SdkBytes inlineContent) The base64-encoded image data for inline image content.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
-
format
The format of the input image. Supported formats include png, gif, jpeg, and webp.
- Parameters:
format- The format of the input image. Supported formats include png, gif, jpeg, and webp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the input image. Supported formats include png, gif, jpeg, and webp.
- Parameters:
format- The format of the input image. Supported formats include png, gif, jpeg, and webp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inlineContent
The base64-encoded image data for inline image content. Maximum size is 5MB.
- Parameters:
inlineContent- The base64-encoded image data for inline image content. Maximum size is 5MB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-