public static interface RegexPatternSet.Builder extends CopyableBuilder<RegexPatternSet.Builder,RegexPatternSet>
Modifier and Type | Method and Description |
---|---|
RegexPatternSet.Builder |
name(String name)
A friendly name or description of the RegexPatternSet.
|
RegexPatternSet.Builder |
regexPatternSetId(String regexPatternSetId)
The identifier for the
RegexPatternSet . |
RegexPatternSet.Builder |
regexPatternStrings(Collection<String> regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t . |
RegexPatternSet.Builder |
regexPatternStrings(String... regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t . |
copy
applyMutation, build
RegexPatternSet.Builder regexPatternSetId(String regexPatternSetId)
The identifier for the 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.
RegexMatchSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets.
regexPatternSetId
- The identifier for the 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.
RegexMatchSetId
is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
RegexPatternSet.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
.RegexPatternSet.Builder regexPatternStrings(Collection<String> regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
regexPatternStrings
- Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.RegexPatternSet.Builder regexPatternStrings(String... regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
regexPatternStrings
- Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.