Interface CustomDataIdentifiers.Builder

    • Method Detail

      • detections

        CustomDataIdentifiers.Builder detections​(Collection<CustomDetection> detections)

        The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

        Parameters:
        detections - The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detections

        CustomDataIdentifiers.Builder detections​(CustomDetection... detections)

        The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.

        Parameters:
        detections - The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        CustomDataIdentifiers.Builder totalCount​(Long totalCount)

        The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.

        Parameters:
        totalCount - The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.