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