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
Modifier and TypeMethodDescriptionSpecifies whether to insert or delete aRegexPatternString
.action
(ChangeAction action) Specifies whether to insert or delete aRegexPatternString
.regexPatternString
(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 Details
-
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:
-
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:
-
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.
-