Interface DetectMitigationActionsTaskStatistics.Builder

    • Method Detail

      • actionsExecuted

        DetectMitigationActionsTaskStatistics.Builder actionsExecuted​(Long 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

        DetectMitigationActionsTaskStatistics.Builder actionsSkipped​(Long 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

        DetectMitigationActionsTaskStatistics.Builder actionsFailed​(Long 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.