public static interface UpdateRegexMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegexMatchSetRequest.Builder,UpdateRegexMatchSetRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateRegexMatchSetRequest.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)
overrideConfiguration in interface AwsRequest.BuilderUpdateRegexMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.