Interface WorkflowRunStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkflowRunStatistics.Builder,
,WorkflowRunStatistics> SdkBuilder<WorkflowRunStatistics.Builder,
,WorkflowRunStatistics> SdkPojo
- Enclosing class:
WorkflowRunStatistics
public static interface WorkflowRunStatistics.Builder
extends SdkPojo, CopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionerroredActions
(Integer erroredActions) Indicates the count of job runs in the ERROR state in the workflow run.failedActions
(Integer failedActions) Total number of Actions that have failed.runningActions
(Integer runningActions) Total number Actions in running state.stoppedActions
(Integer stoppedActions) Total number of Actions that have stopped.succeededActions
(Integer succeededActions) Total number of Actions that have succeeded.timeoutActions
(Integer timeoutActions) Total number of Actions that timed out.totalActions
(Integer totalActions) Total number of Actions in the workflow run.waitingActions
(Integer waitingActions) Indicates the count of job runs in WAITING state in the workflow run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
totalActions
Total number of Actions in the workflow run.
- Parameters:
totalActions
- Total number of Actions in the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutActions
Total number of Actions that timed out.
- Parameters:
timeoutActions
- Total number of Actions that timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedActions
Total number of Actions that have failed.
- Parameters:
failedActions
- Total number of Actions that have failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stoppedActions
Total number of Actions that have stopped.
- Parameters:
stoppedActions
- Total number of Actions that have stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
succeededActions
Total number of Actions that have succeeded.
- Parameters:
succeededActions
- Total number of Actions that have succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningActions
Total number Actions in running state.
- Parameters:
runningActions
- Total number Actions in running state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
erroredActions
Indicates the count of job runs in the ERROR state in the workflow run.
- Parameters:
erroredActions
- Indicates the count of job runs in the ERROR state in the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waitingActions
Indicates the count of job runs in WAITING state in the workflow run.
- Parameters:
waitingActions
- Indicates the count of job runs in WAITING state in the workflow run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-