Interface DetectMitigationActionsTaskStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectMitigationActionsTaskStatistics.Builder,
,DetectMitigationActionsTaskStatistics> SdkBuilder<DetectMitigationActionsTaskStatistics.Builder,
,DetectMitigationActionsTaskStatistics> SdkPojo
- Enclosing class:
DetectMitigationActionsTaskStatistics
public static interface DetectMitigationActionsTaskStatistics.Builder
extends SdkPojo, CopyableBuilder<DetectMitigationActionsTaskStatistics.Builder,DetectMitigationActionsTaskStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionactionsExecuted
(Long actionsExecuted) The actions that were performed.actionsFailed
(Long actionsFailed) The actions that failed.actionsSkipped
(Long actionsSkipped) The actions that were skipped.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
-
actionsExecuted
The actions that were performed.
- Parameters:
actionsExecuted
- The actions that were performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionsSkipped
The actions that were skipped.
- Parameters:
actionsSkipped
- The actions that were skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionsFailed
The actions that failed.
- Parameters:
actionsFailed
- The actions that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-