public static interface UpdateRegexMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegexMatchSetRequest.Builder,UpdateRegexMatchSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
RegexMatchSetUpdate.Builder avoiding the need to create one
manually via RegexMatchSetUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #updates(List.
updates - a consumer that will call methods on
RegexMatchSetUpdate.Builder#updates(java.util.Collection) 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 © 2023. All rights reserved.