Interface RegexPatternSetSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RegexPatternSetSummary.Builder,,RegexPatternSetSummary> SdkBuilder<RegexPatternSetSummary.Builder,,RegexPatternSetSummary> SdkPojo
- Enclosing class:
 RegexPatternSetSummary
public static interface RegexPatternSetSummary.Builder
extends SdkPojo, CopyableBuilder<RegexPatternSetSummary.Builder,RegexPatternSetSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionA friendly name or description of the RegexPatternSet.regexPatternSetId(String regexPatternSetId) TheRegexPatternSetIdfor aRegexPatternSet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
regexPatternSetId
The
RegexPatternSetIdfor aRegexPatternSet. You useRegexPatternSetIdto get information about aRegexPatternSet, update aRegexPatternSet, remove aRegexPatternSetfrom aRegexMatchSet, and delete aRegexPatternSetfrom AWS WAF.RegexPatternSetIdis returned by CreateRegexPatternSet and by ListRegexPatternSets.- Parameters:
 regexPatternSetId- TheRegexPatternSetIdfor aRegexPatternSet. You useRegexPatternSetIdto get information about aRegexPatternSet, update aRegexPatternSet, remove aRegexPatternSetfrom aRegexMatchSet, and delete aRegexPatternSetfrom AWS WAF.RegexPatternSetIdis returned by CreateRegexPatternSet and by ListRegexPatternSets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
A 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 changeNameafter you create aRegexPatternSet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -