protected static class RecordsEvent.BuilderImpl extends Object implements RecordsEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(RecordsEvent model) |
| Modifier and Type | Method and Description |
|---|---|
RecordsEvent |
build() |
ByteBuffer |
getPayload() |
RecordsEvent.Builder |
payload(SdkBytes payload)
The byte array of partial, one or more result records.
|
List<SdkField<?>> |
sdkFields() |
void |
setPayload(ByteBuffer payload) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(RecordsEvent model)
public final ByteBuffer getPayload()
public final void setPayload(ByteBuffer payload)
public final RecordsEvent.Builder payload(SdkBytes payload)
RecordsEvent.BuilderThe byte array of partial, one or more result records.
payload in interface RecordsEvent.Builderpayload - The byte array of partial, one or more result records.public RecordsEvent build()
build in interface Buildablebuild in interface SdkBuilder<RecordsEvent.Builder,RecordsEvent>Copyright © 2023. All rights reserved.