Uses of Interface
software.amazon.awssdk.services.sfn.model.MapRunExecutionCounts.Builder
Packages that use MapRunExecutionCounts.Builder
-
Uses of MapRunExecutionCounts.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunExecutionCounts.BuilderModifier and TypeMethodDescriptionThe total number of child workflow executions that were started by a Map Run and were running, but were either stopped by the user or by Step Functions because the Map Run failed.MapRunExecutionCounts.builder()The total number of child workflow executions that were started by a Map Run, but have failed.MapRunExecutionCounts.Builder.failuresNotRedrivable(Long failuresNotRedrivable) The number ofFAILED,ABORTED, orTIMED_OUTchild workflow executions that cannot be redriven because their execution status is terminal.The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.MapRunExecutionCounts.Builder.pendingRedrive(Long pendingRedrive) The number of unsuccessful child workflow executions currently waiting to be redriven.MapRunExecutionCounts.Builder.resultsWritten(Long resultsWritten) Returns the count of child workflow executions whose results were written byResultWriter.The total number of child workflow executions that were started by a Map Run and are currently in-progress.The total number of child workflow executions that were started by a Map Run and have completed successfully.The total number of child workflow executions that were started by a Map Run and have timed out.MapRunExecutionCounts.toBuilder()The total number of child workflow executions that were started by a Map Run.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MapRunExecutionCounts.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MapRunExecutionCounts.Builder>MapRunExecutionCounts.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type MapRunExecutionCounts.BuilderModifier and TypeMethodDescriptiondefault DescribeMapRunResponse.BuilderDescribeMapRunResponse.Builder.executionCounts(Consumer<MapRunExecutionCounts.Builder> executionCounts) A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such asfailedandsucceeded.