CopyableBuilder<Record.Builder,Record>
, SdkBuilder<Record.Builder,Record>
public static interface Record.Builder extends CopyableBuilder<Record.Builder,Record>
Modifier and Type | Method | Description |
---|---|---|
Record.Builder |
data(ByteBuffer data) |
The data blob, which is base64-encoded when the blob is serialized.
|
copy
apply, build
Record.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.
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.