static TestStateResponse.Builder |
TestStateResponse.builder() |
|
TestStateResponse.Builder |
TestStateResponse.Builder.cause(String causeValue) |
A detailed explanation of the cause for the error when the execution of a state fails.
|
TestStateResponse.Builder |
TestStateResponse.Builder.error(String error) |
The error returned when the execution of a state fails.
|
default TestStateResponse.Builder |
TestStateResponse.Builder.inspectionData(Consumer<InspectionData.Builder> inspectionData) |
Returns additional details about the state's execution, including its input and output data processing flow,
and HTTP request and response information.
|
TestStateResponse.Builder |
TestStateResponse.Builder.inspectionData(InspectionData inspectionData) |
Returns additional details about the state's execution, including its input and output data processing flow,
and HTTP request and response information.
|
TestStateResponse.Builder |
TestStateResponse.Builder.nextState(String nextState) |
The name of the next state to transition to.
|
TestStateResponse.Builder |
TestStateResponse.Builder.output(String output) |
The JSON output data of the state.
|
TestStateResponse.Builder |
TestStateResponse.Builder.status(String status) |
The execution status of the state.
|
TestStateResponse.Builder |
TestStateResponse.Builder.status(TestExecutionStatus status) |
The execution status of the state.
|
TestStateResponse.Builder |
TestStateResponse.toBuilder() |
|