static InvokeResponse.Builder |
InvokeResponse.builder() |
|
InvokeResponse.Builder |
InvokeResponse.Builder.durableExecutionArn(String durableExecutionArn) |
The ARN of the durable execution that was started.
|
InvokeResponse.Builder |
InvokeResponse.Builder.executedVersion(String executedVersion) |
The version of the function that executed.
|
InvokeResponse.Builder |
InvokeResponse.Builder.functionError(String functionError) |
If present, indicates that an error occurred during function execution.
|
InvokeResponse.Builder |
InvokeResponse.Builder.logResult(String logResult) |
The last 4 KB of the execution log, which is base64-encoded.
|
InvokeResponse.Builder |
InvokeResponse.Builder.payload(SdkBytes payload) |
The response from the function, or an error object.
|
InvokeResponse.Builder |
InvokeResponse.Builder.statusCode(Integer statusCode) |
The HTTP status code is in the 200 range for a successful request.
|
InvokeResponse.Builder |
InvokeResponse.toBuilder() |
|