Interface CreateRegexMatchSetResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateRegexMatchSetResponse.Builder,,CreateRegexMatchSetResponse> SdkBuilder<CreateRegexMatchSetResponse.Builder,,CreateRegexMatchSetResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 CreateRegexMatchSetResponse
public static interface CreateRegexMatchSetResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateRegexMatchSetResponse.Builder,CreateRegexMatchSetResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) TheChangeTokenthat you used to submit theCreateRegexMatchSetrequest.regexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet) A RegexMatchSet that contains noRegexMatchTupleobjects.regexMatchSet(RegexMatchSet regexMatchSet) A RegexMatchSet that contains noRegexMatchTupleobjects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
regexMatchSet
A RegexMatchSet that contains no
RegexMatchTupleobjects.- Parameters:
 regexMatchSet- A RegexMatchSet that contains noRegexMatchTupleobjects.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regexMatchSet
default CreateRegexMatchSetResponse.Builder regexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet) A RegexMatchSet that contains no
This is a convenience method that creates an instance of theRegexMatchTupleobjects.RegexMatchSet.Builderavoiding the need to create one manually viaRegexMatchSet.builder().When the
Consumercompletes,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:
 
 - 
changeToken
The
ChangeTokenthat you used to submit theCreateRegexMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
 changeToken- TheChangeTokenthat you used to submit theCreateRegexMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -