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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegexPatternSetSummary.Buildername(String name)A friendly name or description of the RegexPatternSet.RegexPatternSetSummary.BuilderregexPatternSetId(String regexPatternSetId)TheRegexPatternSetIdfor aRegexPatternSet.-
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 Detail
-
regexPatternSetId
RegexPatternSetSummary.Builder regexPatternSetId(String 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
RegexPatternSetSummary.Builder name(String 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.
-
-