public static interface GetRegexMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<GetRegexMatchSetRequest.Builder,GetRegexMatchSetRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRegexMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRegexMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRegexMatchSetRequest.Builder |
regexMatchSetId(String regexMatchSetId)
The
RegexMatchSetId of the RegexMatchSet that you want to get. |
buildoverrideConfigurationcopyapplyMutation, buildGetRegexMatchSetRequest.Builder regexMatchSetId(String regexMatchSetId)
The RegexMatchSetId of the RegexMatchSet that you want to get.
RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
regexMatchSetId - The RegexMatchSetId of the RegexMatchSet that you want to get.
RegexMatchSetId is returned by CreateRegexMatchSet and by
ListRegexMatchSets.GetRegexMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetRegexMatchSetRequest.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.