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, wait
equalsBySdkFields
copy
applyMutation
protected BuilderImpl()
protected BuilderImpl(InvokeWithResponseStreamCompleteEvent model)
public final String getErrorCode()
public final void setErrorCode(String errorCode)
public final InvokeWithResponseStreamCompleteEvent.Builder errorCode(String errorCode)
InvokeWithResponseStreamCompleteEvent.Builder
An error code.
errorCode
in interface InvokeWithResponseStreamCompleteEvent.Builder
errorCode
- An error code.public final String getErrorDetails()
public final void setErrorDetails(String errorDetails)
public final InvokeWithResponseStreamCompleteEvent.Builder errorDetails(String errorDetails)
InvokeWithResponseStreamCompleteEvent.Builder
The details of any returned error.
errorDetails
in interface InvokeWithResponseStreamCompleteEvent.Builder
errorDetails
- The details of any returned error.public final String getLogResult()
public final void setLogResult(String logResult)
public final InvokeWithResponseStreamCompleteEvent.Builder logResult(String logResult)
InvokeWithResponseStreamCompleteEvent.Builder
The last 4 KB of the execution log, which is base64-encoded.
logResult
in interface InvokeWithResponseStreamCompleteEvent.Builder
logResult
- The last 4 KB of the execution log, which is base64-encoded.public InvokeWithResponseStreamCompleteEvent build()
build
in interface Buildable
build
in interface SdkBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
Copyright © 2023. All rights reserved.