Interface RegexPatternSet.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RegexPatternSet.Builder,,- RegexPatternSet> - SdkBuilder<RegexPatternSet.Builder,,- RegexPatternSet> - SdkPojo
- Enclosing class:
- RegexPatternSet
- 
Method SummaryModifier and TypeMethodDescriptionA friendly name or description of the RegexPatternSet.regexPatternSetId(String regexPatternSetId) The identifier for theRegexPatternSet.regexPatternStrings(String... regexPatternStrings) Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t.regexPatternStrings(Collection<String> regexPatternStrings) Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
regexPatternSetIdThe identifier for the RegexPatternSet. You useRegexPatternSetIdto get information about aRegexPatternSet, update aRegexPatternSet, remove aRegexPatternSetfrom aRegexMatchSet, and delete aRegexPatternSetfrom AWS WAF.RegexMatchSetIdis returned by CreateRegexPatternSet and by ListRegexPatternSets.- Parameters:
- regexPatternSetId- The identifier for the- RegexPatternSet. You use- RegexPatternSetIdto get information about a- RegexPatternSet, update a- RegexPatternSet, remove a- RegexPatternSetfrom a- RegexMatchSet, and delete a- RegexPatternSetfrom AWS WAF.- RegexMatchSetIdis returned by CreateRegexPatternSet and by ListRegexPatternSets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameA friendly name or description of the RegexPatternSet. You can't change Nameafter you create aRegexPatternSet.- Parameters:
- name- A friendly name or description of the RegexPatternSet. You can't change- Nameafter you create a- RegexPatternSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regexPatternStringsSpecifies the regular expression (regex) patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t.- Parameters:
- regexPatternStrings- Specifies the regular expression (regex) patterns 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.
 
- 
regexPatternStringsSpecifies the regular expression (regex) patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t.- Parameters:
- regexPatternStrings- Specifies the regular expression (regex) patterns 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.
 
 
-