public static interface XssMatchSetUpdate.Builder extends CopyableBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
| Modifier and Type | Method and Description |
|---|---|
XssMatchSetUpdate.Builder |
action(ChangeAction action)
|
XssMatchSetUpdate.Builder |
action(String action)
|
default XssMatchSetUpdate.Builder |
xssMatchTuple(Consumer<XssMatchTuple.Builder> 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.
|
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.
|
copyapply, buildXssMatchSetUpdate.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,
ChangeActionXssMatchSetUpdate.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,
ChangeActionXssMatchSetUpdate.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.default XssMatchSetUpdate.Builder xssMatchTuple(Consumer<XssMatchTuple.Builder> 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.
This is a convenience that creates an instance of theXssMatchTuple.Builder avoiding the need to
create one manually via XssMatchTuple.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to xssMatchTuple(XssMatchTuple).xssMatchTuple - a consumer that will call methods on XssMatchTuple.BuilderxssMatchTuple(XssMatchTuple)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.