public static interface InvokeWithResponseStreamCompleteEvent.Builder extends SdkPojo, CopyableBuilder<InvokeWithResponseStreamCompleteEvent.Builder,InvokeWithResponseStreamCompleteEvent>
Modifier and Type | Method and Description |
---|---|
InvokeWithResponseStreamCompleteEvent.Builder |
errorCode(String errorCode)
An error code.
|
InvokeWithResponseStreamCompleteEvent.Builder |
errorDetails(String errorDetails)
The details of any returned error.
|
InvokeWithResponseStreamCompleteEvent.Builder |
logResult(String logResult)
The last 4 KB of the execution log, which is base64-encoded.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InvokeWithResponseStreamCompleteEvent.Builder errorCode(String errorCode)
An error code.
errorCode
- An error code.InvokeWithResponseStreamCompleteEvent.Builder errorDetails(String errorDetails)
The details of any returned error.
errorDetails
- The details of any returned error.InvokeWithResponseStreamCompleteEvent.Builder logResult(String logResult)
The last 4 KB of the execution log, which is base64-encoded.
logResult
- The last 4 KB of the execution log, which is base64-encoded.Copyright © 2023. All rights reserved.