public static interface MapRunItemCounts.Builder extends SdkPojo, CopyableBuilder<MapRunItemCounts.Builder,MapRunItemCounts>
| Modifier and Type | Method and Description |
|---|---|
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.
|
MapRunItemCounts.Builder |
failed(Long failed)
The total number of items processed in child workflow executions that have failed.
|
MapRunItemCounts.Builder |
pending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
|
MapRunItemCounts.Builder |
resultsWritten(Long resultsWritten)
Returns the count of items whose results were written by
ResultWriter. |
MapRunItemCounts.Builder |
running(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
|
MapRunItemCounts.Builder |
succeeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
|
MapRunItemCounts.Builder |
timedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
|
MapRunItemCounts.Builder |
total(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMapRunItemCounts.Builder pending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
pending - The total number of items to process in child workflow executions that haven't started running yet.MapRunItemCounts.Builder running(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
running - The total number of items being processed in child workflow executions that are currently in-progress.MapRunItemCounts.Builder succeeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
succeeded - The total number of items processed in child workflow executions that have completed successfully.MapRunItemCounts.Builder failed(Long failed)
The total number of items processed in child workflow executions that have failed.
failed - The total number of items processed in child workflow executions that have failed.MapRunItemCounts.Builder timedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
timedOut - The total number of items processed in child workflow executions that have timed out.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.
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.MapRunItemCounts.Builder total(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
total - The total number of items processed in all the child workflow executions started by a Map Run.MapRunItemCounts.Builder resultsWritten(Long resultsWritten)
Returns the count of items whose results were written by ResultWriter. For more information, see
ResultWriter
in the Step Functions Developer Guide.
resultsWritten - Returns the count of items whose results were written by ResultWriter. For more
information, see ResultWriter in the Step Functions Developer Guide.Copyright © 2022. All rights reserved.