Interface RegexMatchSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegexMatchSetSummary.Builder,RegexMatchSetSummary>,SdkBuilder<RegexMatchSetSummary.Builder,RegexMatchSetSummary>,SdkPojo
- Enclosing class:
- RegexMatchSetSummary
public static interface RegexMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<RegexMatchSetSummary.Builder,RegexMatchSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegexMatchSetSummary.Buildername(String name)A friendly name or description of the RegexMatchSet.RegexMatchSetSummary.BuilderregexMatchSetId(String regexMatchSetId)TheRegexMatchSetIdfor aRegexMatchSet.-
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
-
regexMatchSetId
RegexMatchSetSummary.Builder regexMatchSetId(String regexMatchSetId)
The
RegexMatchSetIdfor aRegexMatchSet. You useRegexMatchSetIdto get information about aRegexMatchSet, update aRegexMatchSet, remove aRegexMatchSetfrom aRule, and delete aRegexMatchSetfrom AWS WAF.RegexMatchSetIdis returned by CreateRegexMatchSet and by ListRegexMatchSets.- Parameters:
regexMatchSetId- TheRegexMatchSetIdfor aRegexMatchSet. You useRegexMatchSetIdto get information about aRegexMatchSet, update aRegexMatchSet, remove aRegexMatchSetfrom aRule, and delete aRegexMatchSetfrom AWS WAF.RegexMatchSetIdis returned by CreateRegexMatchSet and by ListRegexMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
RegexMatchSetSummary.Builder name(String name)
A friendly name or description of the RegexMatchSet. You can't change
Nameafter you create aRegexMatchSet.- Parameters:
name- A friendly name or description of the RegexMatchSet. You can't changeNameafter you create aRegexMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-