public static interface GetRegexPatternSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetRegexPatternSetResponse.Builder,GetRegexPatternSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRegexPatternSetResponse.Builder |
regexPatternSet(Consumer<RegexPatternSet.Builder> regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to
search for. |
GetRegexPatternSetResponse.Builder |
regexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to
search for. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetRegexPatternSetResponse.Builder regexPatternSet(RegexPatternSet regexPatternSet)
Information about the RegexPatternSet that you specified in the GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to
search for.
regexPatternSet - Information about the RegexPatternSet that you specified in the GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS
WAF to search for.default GetRegexPatternSetResponse.Builder regexPatternSet(Consumer<RegexPatternSet.Builder> regexPatternSet)
Information about the RegexPatternSet that you specified in the GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to
search for.
RegexPatternSet.Builder avoiding the need to
create one manually via RegexPatternSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to regexPatternSet(RegexPatternSet).regexPatternSet - a consumer that will call methods on RegexPatternSet.BuilderregexPatternSet(RegexPatternSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.