public static interface RegexPatternSetUpdate.Builder extends SdkPojo, CopyableBuilder<RegexPatternSetUpdate.Builder,RegexPatternSetUpdate>
| Modifier and Type | Method and Description | 
|---|---|
RegexPatternSetUpdate.Builder | 
action(ChangeAction action)
 Specifies whether to insert or delete a  
RegexPatternString. | 
RegexPatternSetUpdate.Builder | 
action(String action)
 Specifies whether to insert or delete a  
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. | 
copyapplyMutation, buildRegexPatternSetUpdate.Builder action(String action)
 Specifies whether to insert or delete a RegexPatternString.
 
action - Specifies whether to insert or delete a RegexPatternString.ChangeAction, 
ChangeActionRegexPatternSetUpdate.Builder action(ChangeAction action)
 Specifies whether to insert or delete a RegexPatternString.
 
action - Specifies whether to insert or delete a RegexPatternString.ChangeAction, 
ChangeActionRegexPatternSetUpdate.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.
 
regexPatternString - Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
        B[a@]dB[o0]t.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.