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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegexPatternSetUpdate.Builderaction(String action)Specifies whether to insert or delete aRegexPatternString.RegexPatternSetUpdate.Builderaction(ChangeAction action)Specifies whether to insert or delete aRegexPatternString.RegexPatternSetUpdate.BuilderregexPatternString(String regexPatternString)Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such asB[a@]dB[o0]t.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
action
RegexPatternSetUpdate.Builder action(String action)
Specifies whether to insert or delete a
RegexPatternString.- Parameters:
action- Specifies whether to insert or delete aRegexPatternString.- 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 aRegexPatternString.- 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 asB[a@]dB[o0]t.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-