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
Modifier and TypeMethodDescriptionA friendly name or description of the RegexMatchSet.regexMatchSetId
(String regexMatchSetId) TheRegexMatchSetId
for 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 Details
-
regexMatchSetId
The
RegexMatchSetId
for aRegexMatchSet
. You useRegexMatchSetId
to get information about aRegexMatchSet
, update aRegexMatchSet
, remove aRegexMatchSet
from aRule
, and delete aRegexMatchSet
from AWS WAF.RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.- Parameters:
regexMatchSetId
- TheRegexMatchSetId
for aRegexMatchSet
. You useRegexMatchSetId
to get information about aRegexMatchSet
, update aRegexMatchSet
, remove aRegexMatchSet
from aRule
, and delete aRegexMatchSet
from AWS WAF.RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A friendly name or description of the RegexMatchSet. You can't change
Name
after you create aRegexMatchSet
.- Parameters:
name
- A friendly name or description of the RegexMatchSet. You can't changeName
after you create aRegexMatchSet
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-