public static interface GetRegexPatternSetRequest.Builder extends WafRequest.Builder, CopyableBuilder<GetRegexPatternSetRequest.Builder,GetRegexPatternSetRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRegexPatternSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRegexPatternSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRegexPatternSetRequest.Builder |
regexPatternSetId(String regexPatternSetId)
The
RegexPatternSetId of the RegexPatternSet that you want to get. |
buildoverrideConfigurationcopyapplyMutation, buildGetRegexPatternSetRequest.Builder regexPatternSetId(String regexPatternSetId)
The RegexPatternSetId of the RegexPatternSet that you want to get.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.
regexPatternSetId - The RegexPatternSetId of the RegexPatternSet that you want to get.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.GetRegexPatternSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetRegexPatternSetRequest.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.