Interface RegexPatternSetUpdate.Builder

    • Method Detail

      • action

        RegexPatternSetUpdate.Builder action​(String 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:
        ChangeAction, ChangeAction
      • action

        RegexPatternSetUpdate.Builder action​(ChangeAction 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:
        ChangeAction, ChangeAction
      • 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.