Uses of Interface
software.amazon.awssdk.services.sfn.model.MockErrorOutput.Builder
Packages that use MockErrorOutput.Builder
-
Uses of MockErrorOutput.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MockErrorOutput.BuilderModifier and TypeMethodDescriptionstatic MockErrorOutput.BuilderMockErrorOutput.builder()A string containing the cause of the exception thrown when executing the state's logic.A string denoting the error code of the exception thrown when invoking the tested state.MockErrorOutput.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MockErrorOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MockErrorOutput.Builder>MockErrorOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type MockErrorOutput.BuilderModifier and TypeMethodDescriptiondefault MockInput.BuilderMockInput.Builder.errorOutput(Consumer<MockErrorOutput.Builder> errorOutput) The mocked error output when calling TestState.