public static interface GetRegexMatchSetResponse.Builder extends WafResponse.Builder, CopyableBuilder<GetRegexMatchSetResponse.Builder,GetRegexMatchSetResponse>
Modifier and Type | Method and Description |
---|---|
default GetRegexMatchSetResponse.Builder |
regexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
GetRegexMatchSetResponse.Builder |
regexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet request. |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetRegexMatchSetResponse.Builder regexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request.
For more information, see RegexMatchTuple.
regexMatchSet
- Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request. For more information, see RegexMatchTuple.default GetRegexMatchSetResponse.Builder regexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet)
Information about the RegexMatchSet that you specified in the GetRegexMatchSet
request.
For more information, see RegexMatchTuple.
RegexMatchSet.Builder
avoiding the need to
create one manually via RegexMatchSet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to regexMatchSet(RegexMatchSet)
.regexMatchSet
- a consumer that will call methods on RegexMatchSet.Builder
regexMatchSet(RegexMatchSet)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.