Interface ImageInputSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageInputSource.Builder,ImageInputSource>, SdkBuilder<ImageInputSource.Builder,ImageInputSource>, SdkPojo
Enclosing class:
ImageInputSource

@Mutable @NotThreadSafe public static interface ImageInputSource.Builder extends SdkPojo, CopyableBuilder<ImageInputSource.Builder,ImageInputSource>
  • Method Details

    • 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.