public static interface TaskStatistics.Builder extends SdkPojo, CopyableBuilder<TaskStatistics.Builder,TaskStatistics>
| Modifier and Type | Method and Description |
|---|---|
TaskStatistics.Builder |
canceledChecks(Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
|
TaskStatistics.Builder |
compliantChecks(Integer compliantChecks)
The number of checks that found compliant resources.
|
TaskStatistics.Builder |
failedChecks(Integer failedChecks)
The number of checks
|
TaskStatistics.Builder |
inProgressChecks(Integer inProgressChecks)
The number of checks in progress.
|
TaskStatistics.Builder |
nonCompliantChecks(Integer nonCompliantChecks)
The number of checks that found non-compliant resources.
|
TaskStatistics.Builder |
totalChecks(Integer totalChecks)
The number of checks in this audit.
|
TaskStatistics.Builder |
waitingForDataCollectionChecks(Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
|
copyapplyMutation, buildTaskStatistics.Builder totalChecks(Integer totalChecks)
The number of checks in this audit.
totalChecks - The number of checks in this audit.TaskStatistics.Builder inProgressChecks(Integer inProgressChecks)
The number of checks in progress.
inProgressChecks - The number of checks in progress.TaskStatistics.Builder waitingForDataCollectionChecks(Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
waitingForDataCollectionChecks - The number of checks waiting for data collection.TaskStatistics.Builder compliantChecks(Integer compliantChecks)
The number of checks that found compliant resources.
compliantChecks - The number of checks that found compliant resources.TaskStatistics.Builder nonCompliantChecks(Integer nonCompliantChecks)
The number of checks that found non-compliant resources.
nonCompliantChecks - The number of checks that found non-compliant resources.TaskStatistics.Builder failedChecks(Integer failedChecks)
The number of checks
failedChecks - The number of checksTaskStatistics.Builder canceledChecks(Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
canceledChecks - The number of checks that did not run because the audit was canceled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.