Interface CustomDetection.Builder

    • Method Detail

      • arn

        CustomDetection.Builder arn​(String arn)

        The unique identifier for the custom data identifier.

        Parameters:
        arn - The unique identifier for the custom data identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        CustomDetection.Builder count​(Long count)

        The total number of occurrences of the sensitive data that the custom data identifier detected.

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

        CustomDetection.Builder name​(String name)

        The name of the custom data identifier.

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

        CustomDetection.Builder occurrences​(Occurrences occurrences)

        The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.

        Parameters:
        occurrences - The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.