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. |
build
overrideConfiguration
copy
applyMutation, build
GetRegexPatternSetRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRegexPatternSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.