Interface RegexPatternSetUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegexPatternSetUpdate.Builder,RegexPatternSetUpdate>, SdkBuilder<RegexPatternSetUpdate.Builder,RegexPatternSetUpdate>, SdkPojo
Enclosing class:
RegexPatternSetUpdate

public static interface RegexPatternSetUpdate.Builder extends SdkPojo, CopyableBuilder<RegexPatternSetUpdate.Builder,RegexPatternSetUpdate>
  • 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.