protected static class InvokeWithResponseStreamCompleteEvent.BuilderImpl extends Object implements InvokeWithResponseStreamCompleteEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(InvokeWithResponseStreamCompleteEvent model) |
| Modifier and Type | Method and Description |
|---|---|
InvokeWithResponseStreamCompleteEvent |
build() |
InvokeWithResponseStreamCompleteEvent.Builder |
errorCode(String errorCode)
An error code.
|
InvokeWithResponseStreamCompleteEvent.Builder |
errorDetails(String errorDetails)
The details of any returned error.
|
String |
getErrorCode() |
String |
getErrorDetails() |
String |
getLogResult() |
InvokeWithResponseStreamCompleteEvent.Builder |
logResult(String logResult)
The last 4 KB of the execution log, which is base64-encoded.
|
List<SdkField<?>> |
sdkFields() |
void |
setErrorCode(String errorCode) |
void |
setErrorDetails(String errorDetails) |
void |
setLogResult(String logResult) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(InvokeWithResponseStreamCompleteEvent model)
public final String getErrorCode()
public final void setErrorCode(String errorCode)
public final InvokeWithResponseStreamCompleteEvent.Builder errorCode(String errorCode)
InvokeWithResponseStreamCompleteEvent.BuilderAn error code.
errorCode in interface InvokeWithResponseStreamCompleteEvent.BuildererrorCode - An error code.public final String getErrorDetails()
public final void setErrorDetails(String errorDetails)
public final InvokeWithResponseStreamCompleteEvent.Builder errorDetails(String errorDetails)
InvokeWithResponseStreamCompleteEvent.BuilderThe details of any returned error.
errorDetails in interface InvokeWithResponseStreamCompleteEvent.BuildererrorDetails - The details of any returned error.public final String getLogResult()
public final void setLogResult(String logResult)
public final InvokeWithResponseStreamCompleteEvent.Builder logResult(String logResult)
InvokeWithResponseStreamCompleteEvent.BuilderThe last 4 KB of the execution log, which is base64-encoded.
logResult in interface InvokeWithResponseStreamCompleteEvent.BuilderlogResult - The last 4 KB of the execution log, which is base64-encoded.public InvokeWithResponseStreamCompleteEvent build()
build in interface Buildablebuild in interface SdkBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>Copyright © 2023. All rights reserved.