static ProgressCounters.Builder |
ProgressCounters.builder() |
|
ProgressCounters.Builder |
ProgressCounters.Builder.cancelledSteps(Integer cancelledSteps) |
The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon
Web Services accounts for the current Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.Builder.failedSteps(Integer failedSteps) |
The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web
Services accounts for the current Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.Builder.successSteps(Integer successSteps) |
The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon
Web Services accounts for the current Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.Builder.timedOutSteps(Integer timedOutSteps) |
The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services
accounts for the current Automation execution.
|
ProgressCounters.Builder |
ProgressCounters.toBuilder() |
|
ProgressCounters.Builder |
ProgressCounters.Builder.totalSteps(Integer totalSteps) |
The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts
for the current Automation execution.
|