Uses of Interface
software.amazon.awssdk.services.waf.model.RegexPatternSetUpdate.Builder
-
Packages that use RegexPatternSetUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RegexPatternSetUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RegexPatternSetUpdate.Builder Modifier and Type Method Description RegexPatternSetUpdate.BuilderRegexPatternSetUpdate.Builder. action(String action)Specifies whether to insert or delete aRegexPatternString.RegexPatternSetUpdate.BuilderRegexPatternSetUpdate.Builder. action(ChangeAction action)Specifies whether to insert or delete aRegexPatternString.static RegexPatternSetUpdate.BuilderRegexPatternSetUpdate. builder()RegexPatternSetUpdate.BuilderRegexPatternSetUpdate.Builder. regexPatternString(String regexPatternString)Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such asB[a@]dB[o0]t.RegexPatternSetUpdate.BuilderRegexPatternSetUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RegexPatternSetUpdate.Builder Modifier and Type Method Description static Class<? extends RegexPatternSetUpdate.Builder>RegexPatternSetUpdate. serializableBuilderClass()
-