public static interface UpdateRegexPatternSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegexPatternSetRequest.Builder,UpdateRegexPatternSetRequest>
buildoverrideConfigurationcopyapplyMutation, 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.
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) 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 © 2019. All rights reserved.