CopyableBuilder<XssMatchSet.Builder,XssMatchSet>, SdkBuilder<XssMatchSet.Builder,XssMatchSet>public static interface XssMatchSet.Builder extends CopyableBuilder<XssMatchSet.Builder,XssMatchSet>
| Modifier and Type | Method | Description |
|---|---|---|
XssMatchSet.Builder |
name(String name) |
The name, if any, of the
XssMatchSet. |
XssMatchSet.Builder |
xssMatchSetId(String xssMatchSetId) |
A unique identifier for an
XssMatchSet. |
XssMatchSet.Builder |
xssMatchTuples(Collection<XssMatchTuple> xssMatchTuples) |
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
XssMatchSet.Builder |
xssMatchTuples(XssMatchTuple... xssMatchTuples) |
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
|
copyapply, buildXssMatchSet.Builder xssMatchSetId(String xssMatchSetId)
A unique identifier for an XssMatchSet. You use XssMatchSetId to get information
about an XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see
UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a
Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see
DeleteXssMatchSet).
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
xssMatchSetId - A unique identifier for an XssMatchSet. You use XssMatchSetId to get
information about an XssMatchSet (see GetXssMatchSet), update an
XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a
Rule or delete one from a Rule (see UpdateRule), and delete an
XssMatchSet from AWS WAF (see DeleteXssMatchSet).
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
XssMatchSet.Builder name(String name)
The name, if any, of the XssMatchSet.
name - The name, if any, of the XssMatchSet.XssMatchSet.Builder xssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
xssMatchTuples - Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.XssMatchSet.Builder xssMatchTuples(XssMatchTuple... xssMatchTuples)
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
NOTE: This method appends the values to the existing list (if any). Use
#setXssMatchTuples(java.util.Collection) or #withXssMatchTuples(java.util.Collection) if you
want to override the existing values.
xssMatchTuples - Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.