public static interface UpdateXssMatchSetRequest.Builder extends WAFRequest.Builder, CopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateXssMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateXssMatchSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateXssMatchSetRequest.Builder |
updates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. |
UpdateXssMatchSetRequest.Builder |
updates(XssMatchSetUpdate... updates)
An array of
XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. |
UpdateXssMatchSetRequest.Builder |
xssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you want to update. |
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateXssMatchSetRequest.Builder xssMatchSetId(String xssMatchSetId)
The XssMatchSetId of the XssMatchSet that you want to update.
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
xssMatchSetId - The XssMatchSetId of the XssMatchSet that you want to update.
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.UpdateXssMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to GetChangeToken.UpdateXssMatchSetRequest.Builder updates(Collection<XssMatchSetUpdate> updates)
An array of XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. For more information, see the applicable data types:
XssMatchSetUpdate: Contains Action and XssMatchTuple
XssMatchTuple: Contains FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
updates - An array of XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. For more information, see the applicable data types:
XssMatchSetUpdate: Contains Action and XssMatchTuple
XssMatchTuple: Contains FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
UpdateXssMatchSetRequest.Builder updates(XssMatchSetUpdate... updates)
An array of XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. For more information, see the applicable data types:
XssMatchSetUpdate: Contains Action and XssMatchTuple
XssMatchTuple: Contains FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
updates - An array of XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. For more information, see the applicable data types:
XssMatchSetUpdate: Contains Action and XssMatchTuple
XssMatchTuple: Contains FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
UpdateXssMatchSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.