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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetRegexMatchSetResponse.BuilderregexMatchSet(Consumer<RegexMatchSet.Builder> regexMatchSet)Information about the RegexMatchSet that you specified in theGetRegexMatchSetrequest.GetRegexMatchSetResponse.BuilderregexMatchSet(RegexMatchSet regexMatchSet)Information about the RegexMatchSet that you specified in theGetRegexMatchSetrequest.-
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
GetRegexMatchSetResponse.Builder regexMatchSet(RegexMatchSet regexMatchSet)
Information about the RegexMatchSet that you specified in the
GetRegexMatchSetrequest. For more information, see RegexMatchTuple.- Parameters:
regexMatchSet- Information about the RegexMatchSet that you specified in theGetRegexMatchSetrequest. 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 theGetRegexMatchSetrequest. For more information, see RegexMatchTuple.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)
-
-