Interface ImageSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageSource.Builder,ImageSource>,SdkBuilder<ImageSource.Builder,ImageSource>,SdkPojo
- Enclosing class:
- ImageSource
public static interface ImageSource.Builder extends SdkPojo, CopyableBuilder<ImageSource.Builder,ImageSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageSource.Builderbytes(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, sdkFields
-
-
-
-
Method Detail
-
bytes
ImageSource.Builder bytes(SdkBytes bytes)
The raw image bytes for the image. If you use an AWS 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 AWS 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.
-
-