Uses of Interface
software.amazon.awssdk.services.sfn.model.TestStateResponse.Builder
Packages that use TestStateResponse.Builder
-
Uses of TestStateResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TestStateResponse.BuilderModifier and TypeMethodDescriptionstatic TestStateResponse.BuilderTestStateResponse.builder()A detailed explanation of the cause for the error when the execution of a state fails.The error returned when the execution of a state fails.default TestStateResponse.BuilderTestStateResponse.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.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.The name of the next state to transition to.The JSON output data of the state.The execution status of the state.TestStateResponse.Builder.status(TestExecutionStatus status) The execution status of the state.TestStateResponse.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TestStateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestStateResponse.Builder>TestStateResponse.serializableBuilderClass()