CopyableBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
, SdkBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
public static interface XssMatchSetUpdate.Builder extends CopyableBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
Modifier and Type | Method | Description |
---|---|---|
XssMatchSetUpdate.Builder |
action(String action) |
|
XssMatchSetUpdate.Builder |
action(ChangeAction action) |
|
XssMatchSetUpdate.Builder |
xssMatchTuple(XssMatchTuple xssMatchTuple) |
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if
you want AWS WAF to inspect a header, the name of the header.
|
copy
apply, build
XssMatchSetUpdate.Builder action(String action)
Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use
DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
action
- Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use
DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.ChangeAction
XssMatchSetUpdate.Builder action(ChangeAction action)
Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use
DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
action
- Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use
DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.ChangeAction
XssMatchSetUpdate.Builder xssMatchTuple(XssMatchTuple xssMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
xssMatchTuple
- Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks
and, if you want AWS WAF to inspect a header, the name of the header.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.