public static interface UpdateRegexPatternSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateRegexPatternSetRequest.Builder,UpdateRegexPatternSetRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpdateRegexPatternSetRequest.Builder | 
changeToken(String changeToken)
 The value returned by the most recent call to GetChangeToken. 
 | 
UpdateRegexPatternSetRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpdateRegexPatternSetRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpdateRegexPatternSetRequest.Builder | 
regexPatternSetId(String regexPatternSetId)
 The  
RegexPatternSetId of the RegexPatternSet that you want to update. | 
UpdateRegexPatternSetRequest.Builder | 
updates(Collection<RegexPatternSetUpdate> 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. | 
UpdateRegexPatternSetRequest.Builder | 
updates(RegexPatternSetUpdate... updates)
 An array of  
RegexPatternSetUpdate objects that you want to insert into or delete from a
 RegexPatternSet. | 
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateRegexPatternSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.