public static interface UpdateRegexPatternSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegexPatternSetRequest.Builder,UpdateRegexPatternSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRegexPatternSetRequest.Builder regexPatternSetId(String regexPatternSetId)
The RegexPatternSetId of the RegexPatternSet that you want to update.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
regexPatternSetId - The RegexPatternSetId of the RegexPatternSet that you want to update.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.UpdateRegexPatternSetRequest.Builder updates(Collection<RegexPatternSetUpdate> updates)
An array of RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet.
updates - An array of RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet.UpdateRegexPatternSetRequest.Builder updates(RegexPatternSetUpdate... updates)
An array of RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet.
updates - An array of RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet.UpdateRegexPatternSetRequest.Builder updates(Consumer<RegexPatternSetUpdate.Builder>... updates)
An array of RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet.
RegexPatternSetUpdate.Builder avoiding the need to create
one manually via RegexPatternSetUpdate.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
RegexPatternSetUpdate.Builder#updates(java.util.Collection) UpdateRegexPatternSetRequest.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.UpdateRegexPatternSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRegexPatternSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.