Interface ImageInputSource.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ImageInputSource.Builder,ImageInputSource>
,SdkBuilder<ImageInputSource.Builder,ImageInputSource>
,SdkPojo
- Enclosing class:
- ImageInputSource
public static interface ImageInputSource.Builder extends SdkPojo, CopyableBuilder<ImageInputSource.Builder,ImageInputSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageInputSource.Builder
bytes(SdkBytes bytes)
The raw image bytes for the image.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bytes
ImageInputSource.Builder bytes(SdkBytes bytes)
The raw image bytes for the image. If you use an Amazon Web Services SDK, you don't need to encode the image bytes in base64.
- Parameters:
bytes
- The raw image bytes for the image. If you use an Amazon Web Services SDK, you don't need to encode the image bytes in base64.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-