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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetRegexMatchSetResponse.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.BuilderregexMatchSet(RegexMatchSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.