public static interface UpdateRegexMatchSetRequest.Builder extends WafRequest.Builder, CopyableBuilder<UpdateRegexMatchSetRequest.Builder,UpdateRegexMatchSetRequest>
Modifier and Type | Method and Description |
---|---|
UpdateRegexMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateRegexMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateRegexMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRegexMatchSetRequest.Builder |
regexMatchSetId(String regexMatchSetId)
The
RegexMatchSetId of the RegexMatchSet that you want to update. |
UpdateRegexMatchSetRequest.Builder |
updates(Collection<RegexMatchSetUpdate> updates)
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
UpdateRegexMatchSetRequest.Builder |
updates(Consumer<RegexMatchSetUpdate.Builder>... updates)
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
UpdateRegexMatchSetRequest.Builder |
updates(RegexMatchSetUpdate... updates)
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
build
overrideConfiguration
copy
applyMutation, build
UpdateRegexMatchSetRequest.Builder regexMatchSetId(String regexMatchSetId)
The RegexMatchSetId
of the RegexMatchSet that you want to update.
RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.
regexMatchSetId
- The RegexMatchSetId
of the RegexMatchSet that you want to update.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.UpdateRegexMatchSetRequest.Builder updates(Collection<RegexMatchSetUpdate> updates)
An array of RegexMatchSetUpdate
objects that you want to insert into or delete from a
RegexMatchSet. For more information, see RegexMatchTuple.
updates
- An array of RegexMatchSetUpdate
objects that you want to insert into or delete from a
RegexMatchSet. For more information, see RegexMatchTuple.UpdateRegexMatchSetRequest.Builder updates(RegexMatchSetUpdate... updates)
An array of RegexMatchSetUpdate
objects that you want to insert into or delete from a
RegexMatchSet. For more information, see RegexMatchTuple.
updates
- An array of RegexMatchSetUpdate
objects that you want to insert into or delete from a
RegexMatchSet. For more information, see RegexMatchTuple.UpdateRegexMatchSetRequest.Builder updates(Consumer<RegexMatchSetUpdate.Builder>... updates)
An array of RegexMatchSetUpdate
objects that you want to insert into or delete from a
RegexMatchSet. For more information, see RegexMatchTuple.
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)
UpdateRegexMatchSetRequest.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.UpdateRegexMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateRegexMatchSetRequest.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.