Interface CustomDataIdentifiersDetections.Builder

    • Method Detail

      • count

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

        CustomDataIdentifiersDetections.Builder arn​(String arn)

        The ARN of the custom identifier that was used to detect the sensitive data.

        Parameters:
        arn - The ARN of the custom identifier that was used to detect the sensitive data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CustomDataIdentifiersDetections.Builder name​(String name)

        he name of the custom identifier that detected the sensitive data.

        Parameters:
        name - he name of the custom identifier that detected the sensitive data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • occurrences

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