Interface ImageSource.Builder

    • 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 base64 encode the image bytes.

        Parameters:
        bytes - The raw image bytes for the image. If you use an AWS SDK, you don't need to base64 encode the image bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.