protected static class InvokeResponseStreamUpdate.BuilderImpl extends Object implements InvokeResponseStreamUpdate.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(InvokeResponseStreamUpdate model) |
Modifier and Type | Method and Description |
---|---|
InvokeResponseStreamUpdate |
build() |
ByteBuffer |
getPayload() |
InvokeResponseStreamUpdate.Builder |
payload(SdkBytes payload)
Data returned by your Lambda function.
|
List<SdkField<?>> |
sdkFields() |
void |
setPayload(ByteBuffer payload) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equalsBySdkFields
copy
applyMutation
protected BuilderImpl()
protected BuilderImpl(InvokeResponseStreamUpdate model)
public final ByteBuffer getPayload()
public final void setPayload(ByteBuffer payload)
public final InvokeResponseStreamUpdate.Builder payload(SdkBytes payload)
InvokeResponseStreamUpdate.Builder
Data returned by your Lambda function.
payload
in interface InvokeResponseStreamUpdate.Builder
payload
- Data returned by your Lambda function.public InvokeResponseStreamUpdate build()
build
in interface Buildable
build
in interface SdkBuilder<InvokeResponseStreamUpdate.Builder,InvokeResponseStreamUpdate>
Copyright © 2023. All rights reserved.