Interface TaskStatisticsForAuditCheck.Builder

    • 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.