MapRunItemCounts.Builder |
MapRunItemCounts.Builder.aborted(Long aborted) |
The 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.Builder |
MapRunItemCounts.builder() |
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.failed(Long failed) |
The total number of items processed in child workflow executions that have failed.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.failuresNotRedrivable(Long failuresNotRedrivable) |
The number of FAILED, ABORTED, or TIMED_OUT items in child workflow
executions that cannot be redriven because the execution status of those child workflows is terminal.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.pending(Long pending) |
The total number of items to process in child workflow executions that haven't started running yet.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.pendingRedrive(Long pendingRedrive) |
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.resultsWritten(Long resultsWritten) |
Returns the count of items whose results were written by ResultWriter.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.running(Long running) |
The total number of items being processed in child workflow executions that are currently in-progress.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.succeeded(Long succeeded) |
The total number of items processed in child workflow executions that have completed successfully.
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.timedOut(Long timedOut) |
The total number of items processed in child workflow executions that have timed out.
|
MapRunItemCounts.Builder |
MapRunItemCounts.toBuilder() |
|
MapRunItemCounts.Builder |
MapRunItemCounts.Builder.total(Long total) |
The total number of items processed in all the child workflow executions started by a Map Run.
|