public static interface Record.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.