public static interface RegexPatternSetSummary.Builder extends CopyableBuilder<RegexPatternSetSummary.Builder,RegexPatternSetSummary>
| Modifier and Type | Method and Description |
|---|---|
RegexPatternSetSummary.Builder |
name(String name)
A friendly name or description of the RegexPatternSet.
|
RegexPatternSetSummary.Builder |
regexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId for a RegexPatternSet. |
copyapply, buildRegexPatternSetSummary.Builder regexPatternSetId(String regexPatternSetId)
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId
to get information about a RegexPatternSet, update a RegexPatternSet, remove a
RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet
from AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
regexPatternSetId - The RegexPatternSetId for a RegexPatternSet. You use
RegexPatternSetId to get information about a RegexPatternSet, update a
RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet,
and delete a RegexPatternSet from AWS WAF.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
RegexPatternSetSummary.Builder name(String name)
A friendly name or description of the RegexPatternSet. You can't change Name after you
create a RegexPatternSet.
name - A friendly name or description of the RegexPatternSet. You can't change Name after
you create a RegexPatternSet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.