Uses of Interface
software.amazon.awssdk.services.sfn.model.MapIterationEventDetails.Builder
Packages that use MapIterationEventDetails.Builder
-
Uses of MapIterationEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapIterationEventDetails.BuilderModifier and TypeMethodDescriptionMapIterationEventDetails.builder()The index of the array belonging to the Map state iteration.The name of the iteration’s parent Map state.MapIterationEventDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MapIterationEventDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MapIterationEventDetails.Builder>MapIterationEventDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type MapIterationEventDetails.BuilderModifier and TypeMethodDescriptiondefault HistoryEvent.BuilderHistoryEvent.Builder.mapIterationAbortedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationAbortedEventDetails) Contains details about an iteration of a Map state that was aborted.default HistoryEvent.BuilderHistoryEvent.Builder.mapIterationFailedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationFailedEventDetails) Contains details about an iteration of a Map state that failed.default HistoryEvent.BuilderHistoryEvent.Builder.mapIterationStartedEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationStartedEventDetails) Contains details about an iteration of a Map state that was started.default HistoryEvent.BuilderHistoryEvent.Builder.mapIterationSucceededEventDetails(Consumer<MapIterationEventDetails.Builder> mapIterationSucceededEventDetails) Contains details about an iteration of a Map state that succeeded.