Interface SensitiveDataDetections.Builder

    • Method Detail

      • count

        SensitiveDataDetections.Builder count​(Long count)

        The total number of occurrences of sensitive data that were detected.

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

        SensitiveDataDetections.Builder type​(String type)

        The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.

        Parameters:
        type - The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • occurrences

        SensitiveDataDetections.Builder occurrences​(Occurrences occurrences)

        Details about the sensitive data that was detected.

        Parameters:
        occurrences - Details about the sensitive data that was detected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.