Interface AllowListCriteria.Builder

    • Method Detail

      • regex

        AllowListCriteria.Builder regex​(String regex)

        The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.

        Parameters:
        regex - The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3WordsList

        AllowListCriteria.Builder s3WordsList​(S3WordsList s3WordsList)

        The location and name of the S3 object that lists specific text to ignore.

        Parameters:
        s3WordsList - The location and name of the S3 object that lists specific text to ignore.
        Returns:
        Returns a reference to this object so that method calls can be chained together.