Uses of Interface
software.amazon.awssdk.services.sfn.model.TestStateConfiguration.Builder
Packages that use TestStateConfiguration.Builder
-
Uses of TestStateConfiguration.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TestStateConfiguration.BuilderModifier and TypeMethodDescriptionTestStateConfiguration.builder()TestStateConfiguration.Builder.errorCausedByState(String errorCausedByState) The name of the state from which an error originates when an error is mocked for a Map or Parallel state.TestStateConfiguration.Builder.mapItemReaderData(String mapItemReaderData) The data read by ItemReader in Distributed Map states as found in its original source.TestStateConfiguration.Builder.mapIterationFailureCount(Integer mapIterationFailureCount) The number of Map state iterations that failed during the Map state invocation.TestStateConfiguration.Builder.retrierRetryCount(Integer retrierRetryCount) The number of retry attempts that have occurred for the state's Retry that applies to the mocked error.TestStateConfiguration.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TestStateConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestStateConfiguration.Builder>TestStateConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type TestStateConfiguration.BuilderModifier and TypeMethodDescriptiondefault TestStateRequest.BuilderTestStateRequest.Builder.stateConfiguration(Consumer<TestStateConfiguration.Builder> stateConfiguration) Contains configurations for the state under test.