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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateRegexMatchSetResponse.BuilderchangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateRegexMatchSetrequest.default CreateRegexMatchSetResponse.BuilderregexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet)A RegexMatchSet that contains noRegexMatchTupleobjects.CreateRegexMatchSetResponse.BuilderregexMatchSet(RegexMatchSet regexMatchSet)A RegexMatchSet that contains noRegexMatchTupleobjects.-
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 Detail
-
regexMatchSet
CreateRegexMatchSetResponse.Builder regexMatchSet(RegexMatchSet 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:
regexMatchSet(RegexMatchSet)
-
changeToken
CreateRegexMatchSetResponse.Builder changeToken(String 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.
-
-