Interface TaskStatisticsForAuditCheck.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaskStatisticsForAuditCheck.Builder,TaskStatisticsForAuditCheck>,SdkBuilder<TaskStatisticsForAuditCheck.Builder,TaskStatisticsForAuditCheck>,SdkPojo
- Enclosing class:
- TaskStatisticsForAuditCheck
public static interface TaskStatisticsForAuditCheck.Builder extends SdkPojo, CopyableBuilder<TaskStatisticsForAuditCheck.Builder,TaskStatisticsForAuditCheck>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskStatisticsForAuditCheck.BuildercanceledFindingsCount(Long canceledFindingsCount)The number of findings to which the mitigation action task was canceled when applied.TaskStatisticsForAuditCheck.BuilderfailedFindingsCount(Long failedFindingsCount)The number of findings for which at least one of the actions failed when applied.TaskStatisticsForAuditCheck.BuilderskippedFindingsCount(Long skippedFindingsCount)The number of findings skipped because of filter conditions provided in the parameters to the command.TaskStatisticsForAuditCheck.BuildersucceededFindingsCount(Long succeededFindingsCount)The number of findings for which all mitigation actions succeeded when applied.TaskStatisticsForAuditCheck.BuildertotalFindingsCount(Long totalFindingsCount)The total number of findings to which a task is being applied.-
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 Detail
-
totalFindingsCount
TaskStatisticsForAuditCheck.Builder totalFindingsCount(Long totalFindingsCount)
The total number of findings to which a task is being applied.
- Parameters:
totalFindingsCount- The total number of findings to which a task is being applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedFindingsCount
TaskStatisticsForAuditCheck.Builder failedFindingsCount(Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
- Parameters:
failedFindingsCount- The number of findings for which at least one of the actions failed when applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
succeededFindingsCount
TaskStatisticsForAuditCheck.Builder succeededFindingsCount(Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
- Parameters:
succeededFindingsCount- The number of findings for which all mitigation actions succeeded when applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedFindingsCount
TaskStatisticsForAuditCheck.Builder skippedFindingsCount(Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
- Parameters:
skippedFindingsCount- The number of findings skipped because of filter conditions provided in the parameters to the command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
canceledFindingsCount
TaskStatisticsForAuditCheck.Builder canceledFindingsCount(Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
- Parameters:
canceledFindingsCount- The number of findings to which the mitigation action task was canceled when applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-