public static interface TaskStatisticsForAuditCheck.Builder extends SdkPojo, CopyableBuilder<TaskStatisticsForAuditCheck.Builder,TaskStatisticsForAuditCheck>
Modifier and Type | Method and Description |
---|---|
TaskStatisticsForAuditCheck.Builder |
canceledFindingsCount(Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
|
TaskStatisticsForAuditCheck.Builder |
failedFindingsCount(Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
|
TaskStatisticsForAuditCheck.Builder |
skippedFindingsCount(Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
|
TaskStatisticsForAuditCheck.Builder |
succeededFindingsCount(Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
|
TaskStatisticsForAuditCheck.Builder |
totalFindingsCount(Long totalFindingsCount)
The total number of findings to which a task is being applied.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TaskStatisticsForAuditCheck.Builder totalFindingsCount(Long totalFindingsCount)
The total number of findings to which a task is being applied.
totalFindingsCount
- The total number of findings to which a task is being applied.TaskStatisticsForAuditCheck.Builder failedFindingsCount(Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
failedFindingsCount
- The number of findings for which at least one of the actions failed when applied.TaskStatisticsForAuditCheck.Builder succeededFindingsCount(Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
succeededFindingsCount
- The number of findings for which all mitigation actions succeeded when applied.TaskStatisticsForAuditCheck.Builder skippedFindingsCount(Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
skippedFindingsCount
- The number of findings skipped because of filter conditions provided in the parameters to the command.TaskStatisticsForAuditCheck.Builder canceledFindingsCount(Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
canceledFindingsCount
- The number of findings to which the mitigation action task was canceled when applied.Copyright © 2020. All rights reserved.