Uses of Interface
software.amazon.awssdk.services.sfn.model.MapRunRedrivenEventDetails.Builder
Packages that use MapRunRedrivenEventDetails.Builder
-
Uses of MapRunRedrivenEventDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunRedrivenEventDetails.BuilderModifier and TypeMethodDescriptionMapRunRedrivenEventDetails.builder()The Amazon Resource Name (ARN) of a Map Run that was redriven.MapRunRedrivenEventDetails.Builder.redriveCount(Integer redriveCount) The number of times the Map Run has been redriven at this point in the execution's history including this event.MapRunRedrivenEventDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MapRunRedrivenEventDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MapRunRedrivenEventDetails.Builder>MapRunRedrivenEventDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type MapRunRedrivenEventDetails.BuilderModifier and TypeMethodDescriptiondefault HistoryEvent.BuilderHistoryEvent.Builder.mapRunRedrivenEventDetails(Consumer<MapRunRedrivenEventDetails.Builder> mapRunRedrivenEventDetails) Contains details about the redrive attempt of a Map Run.