static GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.builder() |
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.durableExecutionArn(String durableExecutionArn) |
The Amazon Resource Name (ARN) of the durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.durableExecutionName(String durableExecutionName) |
The name of the durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.endTimestamp(Instant endTimestamp) |
The date and time when the durable execution ended, in Unix timestamp format.
|
default GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.error(Consumer<ErrorObject.Builder> error) |
Error information if the durable execution failed.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.error(ErrorObject error) |
Error information if the durable execution failed.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.functionArn(String functionArn) |
The Amazon Resource Name (ARN) of the Lambda function that was invoked to start this durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.inputPayload(String inputPayload) |
The JSON input payload that was provided when the durable execution was started.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.result(String result) |
The JSON result returned by the durable execution if it completed successfully.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.startTimestamp(Instant startTimestamp) |
The date and time when the durable execution started, in Unix timestamp format.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.status(String status) |
The current status of the durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.status(ExecutionStatus status) |
The current status of the durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.toBuilder() |
|
default GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.traceHeader(Consumer<TraceHeader.Builder> traceHeader) |
The trace headers associated with the durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.traceHeader(TraceHeader traceHeader) |
The trace headers associated with the durable execution.
|
GetDurableExecutionResponse.Builder |
GetDurableExecutionResponse.Builder.version(String version) |
The version of the Lambda function that was invoked for this durable execution.
|