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
Modifier and TypeMethodDescriptioncanceledFindingsCount
(Long canceledFindingsCount) The number of findings to which the mitigation action task was canceled when applied.failedFindingsCount
(Long failedFindingsCount) The number of findings for which at least one of the actions failed when applied.skippedFindingsCount
(Long skippedFindingsCount) The number of findings skipped because of filter conditions provided in the parameters to the command.succeededFindingsCount
(Long succeededFindingsCount) The number of findings for which all mitigation actions succeeded when applied.totalFindingsCount
(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 Details
-
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
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
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
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
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.
-