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