Uses of Interface
software.amazon.awssdk.services.sfn.model.MockInput.Builder
Packages that use MockInput.Builder
-
Uses of MockInput.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MockInput.BuilderModifier and TypeMethodDescriptionstatic MockInput.BuilderMockInput.builder()default MockInput.BuilderMockInput.Builder.errorOutput(Consumer<MockErrorOutput.Builder> errorOutput) The mocked error output when calling TestState.MockInput.Builder.errorOutput(MockErrorOutput errorOutput) The mocked error output when calling TestState.MockInput.Builder.fieldValidationMode(String fieldValidationMode) Determines the level of strictness when validating mocked results against their respective API models.MockInput.Builder.fieldValidationMode(MockResponseValidationMode fieldValidationMode) Determines the level of strictness when validating mocked results against their respective API models.A JSON string containing the mocked result of the state invocation.MockInput.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MockInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MockInput.Builder>MockInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type MockInput.BuilderModifier and TypeMethodDescriptiondefault TestStateRequest.BuilderTestStateRequest.Builder.mock(Consumer<MockInput.Builder> mock) Defines a mocked result or error for the state under test.