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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateXssMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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. |
build
overrideConfiguration
copy
applyMutation, build
UpdateXssMatchSetRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateXssMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.