CopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>, SdkBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>public static interface UpdateXssMatchSetRequest.Builder extends CopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateXssMatchSetRequest.Builder |
changeToken(String 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. |
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. |
copyapply, 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
NOTE: This method appends the values to the existing list (if any). Use
#setUpdates(java.util.Collection) or #withUpdates(java.util.Collection) if you want to
override the existing values.
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.