Uses of Interface
software.amazon.awssdk.services.sfn.model.TestStateConfiguration.Builder
-
Packages that use TestStateConfiguration.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of TestStateConfiguration.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TestStateConfiguration.Builder Modifier and Type Method Description static TestStateConfiguration.BuilderTestStateConfiguration. builder()TestStateConfiguration.BuilderTestStateConfiguration.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.BuilderTestStateConfiguration.Builder. mapItemReaderData(String mapItemReaderData)The data read by ItemReader in Distributed Map states as found in its original source.TestStateConfiguration.BuilderTestStateConfiguration.Builder. mapIterationFailureCount(Integer mapIterationFailureCount)The number of Map state iterations that failed during the Map state invocation.TestStateConfiguration.BuilderTestStateConfiguration.Builder. retrierRetryCount(Integer retrierRetryCount)The number of retry attempts that have occurred for the state's Retry that applies to the mocked error.TestStateConfiguration.BuilderTestStateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type TestStateConfiguration.Builder Modifier and Type Method Description static Class<? extends TestStateConfiguration.Builder>TestStateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type TestStateConfiguration.Builder Modifier and Type Method Description default TestStateRequest.BuilderTestStateRequest.Builder. stateConfiguration(Consumer<TestStateConfiguration.Builder> stateConfiguration)Contains configurations for the state under test.
-