Interface BatchImportFindingsResponse.Builder

    • Method Detail

      • failedCount

        BatchImportFindingsResponse.Builder failedCount​(Integer failedCount)

        The number of findings that failed to import.

        Parameters:
        failedCount - The number of findings that failed to import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successCount

        BatchImportFindingsResponse.Builder successCount​(Integer successCount)

        The number of findings that were successfully imported.

        Parameters:
        successCount - The number of findings that were successfully imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedFindings

        BatchImportFindingsResponse.Builder failedFindings​(Collection<ImportFindingsError> failedFindings)

        The list of findings that failed to import.

        Parameters:
        failedFindings - The list of findings that failed to import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedFindings

        BatchImportFindingsResponse.Builder failedFindings​(ImportFindingsError... failedFindings)

        The list of findings that failed to import.

        Parameters:
        failedFindings - The list of findings that failed to import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.