public static interface Record.Builder extends CopyableBuilder<Record.Builder,Record>
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
data(SdkBytes data)
The data blob, which is base64-encoded when the blob is serialized.
|
copyapplyMutation, buildRecord.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 KB.
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.