Interface GetRegexMatchSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRegexMatchSetResponse.Builder,
,GetRegexMatchSetResponse> SdkBuilder<GetRegexMatchSetResponse.Builder,
,GetRegexMatchSetResponse> SdkPojo
,SdkResponse.Builder
,WafResponse.Builder
- Enclosing class:
GetRegexMatchSetResponse
public static interface GetRegexMatchSetResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetRegexMatchSetResponse.Builder,GetRegexMatchSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetRegexMatchSetResponse.Builder
regexMatchSet
(Consumer<RegexMatchSet.Builder> regexMatchSet) Information about the RegexMatchSet that you specified in theGetRegexMatchSet
request.regexMatchSet
(RegexMatchSet regexMatchSet) Information about the RegexMatchSet that you specified in theGetRegexMatchSet
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
regexMatchSet
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet
request. For more information, see RegexMatchTuple.- Parameters:
regexMatchSet
- Information about the RegexMatchSet that you specified in theGetRegexMatchSet
request. For more information, see RegexMatchTuple.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regexMatchSet
default GetRegexMatchSetResponse.Builder regexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet) Information about the RegexMatchSet that you specified in the
This is a convenience method that creates an instance of theGetRegexMatchSet
request. For more information, see RegexMatchTuple.RegexMatchSet.Builder
avoiding the need to create one manually viaRegexMatchSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregexMatchSet(RegexMatchSet)
.- Parameters:
regexMatchSet
- a consumer that will call methods onRegexMatchSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-