Interface RegexPatternSetUpdate.Builder

  • Method Details

    • action

      Specifies whether to insert or delete a RegexPatternString.

      Parameters:
      action - Specifies whether to insert or delete a RegexPatternString.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • action

      Specifies whether to insert or delete a RegexPatternString.

      Parameters:
      action - Specifies whether to insert or delete a RegexPatternString.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • regexPatternString

      RegexPatternSetUpdate.Builder regexPatternString(String regexPatternString)

      Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as B[a@]dB[o0]t.

      Parameters:
      regexPatternString - Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as B[a@]dB[o0]t.
      Returns:
      Returns a reference to this object so that method calls can be chained together.