public static interface ProgressCounters.Builder extends SdkPojo, CopyableBuilder<ProgressCounters.Builder,ProgressCounters>
Modifier and Type | Method and Description |
---|---|
ProgressCounters.Builder |
cancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters.Builder |
failedSteps(Integer failedSteps)
The total number of steps that failed to execute in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters.Builder |
successSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the
current Automation execution.
|
ProgressCounters.Builder |
timedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters.Builder |
totalSteps(Integer totalSteps)
The total number of steps executed in all specified AWS Regions and accounts for the current Automation
execution.
|
copy
applyMutation, build
ProgressCounters.Builder totalSteps(Integer totalSteps)
The total number of steps executed in all specified AWS Regions and accounts for the current Automation execution.
totalSteps
- The total number of steps executed in all specified AWS Regions and accounts for the current
Automation execution.ProgressCounters.Builder successSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.
successSteps
- The total number of steps that successfully completed in all specified AWS Regions and accounts for
the current Automation execution.ProgressCounters.Builder failedSteps(Integer failedSteps)
The total number of steps that failed to execute in all specified AWS Regions and accounts for the current Automation execution.
failedSteps
- The total number of steps that failed to execute in all specified AWS Regions and accounts for the
current Automation execution.ProgressCounters.Builder cancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.
cancelledSteps
- The total number of steps that the system cancelled in all specified AWS Regions and accounts for the
current Automation execution.ProgressCounters.Builder timedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.
timedOutSteps
- The total number of steps that timed out in all specified AWS Regions and accounts for the current
Automation execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.