public static interface RegexMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<RegexMatchSetSummary.Builder,RegexMatchSetSummary>
Modifier and Type | Method and Description |
---|---|
RegexMatchSetSummary.Builder |
name(String name)
A friendly name or description of the RegexMatchSet.
|
RegexMatchSetSummary.Builder |
regexMatchSetId(String regexMatchSetId)
The
RegexMatchSetId for a RegexMatchSet . |
copy
applyMutation, build
RegexMatchSetSummary.Builder regexMatchSetId(String regexMatchSetId)
The RegexMatchSetId
for a RegexMatchSet
. You use RegexMatchSetId
to
get information about a RegexMatchSet
, update a RegexMatchSet
, remove a
RegexMatchSet
from a Rule
, and delete a RegexMatchSet
from AWS WAF.
RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.
regexMatchSetId
- The RegexMatchSetId
for a RegexMatchSet
. You use
RegexMatchSetId
to get information about a RegexMatchSet
, update a
RegexMatchSet
, remove a RegexMatchSet
from a Rule
, and delete a
RegexMatchSet
from AWS WAF.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
RegexMatchSetSummary.Builder name(String name)
A friendly name or description of the RegexMatchSet. You can't change Name
after you
create a RegexMatchSet
.
name
- A friendly name or description of the RegexMatchSet. You can't change Name
after
you create a RegexMatchSet
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.