Interface Record.Builder

    • Method Detail

      • data

        Record.Builder data​(SdkBytes data)

        The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.

        Parameters:
        data - The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.