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, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(InvokeResponseStreamUpdate model)
public final ByteBuffer getPayload()
public final void setPayload(ByteBuffer payload)
public final InvokeResponseStreamUpdate.Builder payload(SdkBytes payload)
InvokeResponseStreamUpdate.BuilderData returned by your Lambda function.
payload in interface InvokeResponseStreamUpdate.Builderpayload - Data returned by your Lambda function.public InvokeResponseStreamUpdate build()
build in interface Buildablebuild in interface SdkBuilder<InvokeResponseStreamUpdate.Builder,InvokeResponseStreamUpdate>Copyright © 2023. All rights reserved.