public static interface XssMatchSetSummary.Builder extends CopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>
| Modifier and Type | Method and Description |
|---|---|
XssMatchSetSummary.Builder |
name(String name)
The name of the
XssMatchSet, if any, specified by Id. |
XssMatchSetSummary.Builder |
xssMatchSetId(String xssMatchSetId)
A unique identifier for an
XssMatchSet. |
copyapply, buildXssMatchSetSummary.Builder xssMatchSetId(String xssMatchSetId)
A unique identifier for an XssMatchSet. You use XssMatchSetId to get information
about a 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 a 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.
XssMatchSetSummary.Builder name(String name)
The name of the XssMatchSet, if any, specified by Id.
name - The name of the XssMatchSet, if any, specified by Id.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.