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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
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(Consumer<XssMatchSetUpdate.Builder>... 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. |
buildrequestOverrideConfigcopyapply, 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 updates(Consumer<XssMatchSetUpdate.Builder>... 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
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #updates(List) .updates - a consumer that will call methods on List.Builder #updates(List) UpdateXssMatchSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateXssMatchSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.