public static interface Record.Builder extends CopyableBuilder<Record.Builder,Record>
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
data(ByteBuffer data)
The data blob, which is base64-encoded when the blob is serialized.
|
copyapply, buildRecord.Builder data(ByteBuffer 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 KB.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
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 KB.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.