Class MapRunItemCounts
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<MapRunItemCounts.Builder,
MapRunItemCounts>
Contains details about items that were processed in all of the child workflow executions that were started by a Map Run.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal 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
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Long
failed()
The total number of items processed in child workflow executions that have failed.final Long
The number ofFAILED
,ABORTED
, orTIMED_OUT
items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Long
pending()
The total number of items to process in child workflow executions that haven't started running yet.final Long
The number of unsuccessful items in child workflow executions currently waiting to be redriven.final Long
Returns the count of items whose results were written byResultWriter
.final Long
running()
The total number of items being processed in child workflow executions that are currently in-progress.static Class
<? extends MapRunItemCounts.Builder> final Long
The total number of items processed in child workflow executions that have completed successfully.final Long
timedOut()
The total number of items processed in child workflow executions that have timed out.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Long
total()
The total number of items processed in all the child workflow executions started by a Map Run.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
pending
The total number of items to process in child workflow executions that haven't started running yet.
- Returns:
- The total number of items to process in child workflow executions that haven't started running yet.
-
running
The total number of items being processed in child workflow executions that are currently in-progress.
- Returns:
- The total number of items being processed in child workflow executions that are currently in-progress.
-
succeeded
The total number of items processed in child workflow executions that have completed successfully.
- Returns:
- The total number of items processed in child workflow executions that have completed successfully.
-
failed
The total number of items processed in child workflow executions that have failed.
- Returns:
- The total number of items processed in child workflow executions that have failed.
-
timedOut
The total number of items processed in child workflow executions that have timed out.
- Returns:
- The total number of items processed in child workflow executions that have timed out.
-
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.
- Returns:
- 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.
-
total
The total number of items processed in all the child workflow executions started by a Map Run.
- Returns:
- The total number of items processed in all the child workflow executions started by a Map Run.
-
resultsWritten
Returns the count of items whose results were written by
ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.- Returns:
- Returns the count of items whose results were written by
ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.
-
failuresNotRedrivable
The number of
FAILED
,ABORTED
, orTIMED_OUT
items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status ofFAILED
,ABORTED
, orTIMED_OUT
and aredriveStatus
ofNOT_REDRIVABLE
.- Returns:
- The number of
FAILED
,ABORTED
, orTIMED_OUT
items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status ofFAILED
,ABORTED
, orTIMED_OUT
and aredriveStatus
ofNOT_REDRIVABLE
.
-
pendingRedrive
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
- Returns:
- The number of unsuccessful items in child workflow executions currently waiting to be redriven.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<MapRunItemCounts.Builder,
MapRunItemCounts> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-