Interface SensitiveDataResult.Builder

    • Method Detail

      • category

        SensitiveDataResult.Builder category​(String category)

        The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.

        Parameters:
        category - The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detections

        SensitiveDataResult.Builder detections​(Collection<SensitiveDataDetections> detections)

        The list of detected instances of sensitive data.

        Parameters:
        detections - The list of detected instances of sensitive data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detections

        SensitiveDataResult.Builder detections​(SensitiveDataDetections... detections)

        The list of detected instances of sensitive data.

        Parameters:
        detections - The list of detected instances of sensitive data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        SensitiveDataResult.Builder totalCount​(Long totalCount)

        The total number of occurrences of sensitive data.

        Parameters:
        totalCount - The total number of occurrences of sensitive data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.