public static interface UpdateRegexPatternSetRequest.Builder extends WAFRequest.Builder, 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 |
regexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId of the RegexPatternSet that you want to update. |
UpdateRegexPatternSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
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(RegexPatternSetUpdate... updates)
An array of
RegexPatternSetUpdate objects that you want to insert into or delete from a
RegexPatternSet. |
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.