Interface GetXssMatchSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>,SdkBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetXssMatchSetResponse
public static interface GetXssMatchSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetXssMatchSetResponse.BuilderxssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.GetXssMatchSetResponse.BuilderxssMatchSet(XssMatchSet xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.-
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
-
xssMatchSet
GetXssMatchSetResponse.Builder xssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSetrequest. For more information, see the following topics:-
XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects -
XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
xssMatchSet- Information about the XssMatchSet that you specified in theGetXssMatchSetrequest. For more information, see the following topics:-
XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects -
XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
xssMatchSet
default GetXssMatchSetResponse.Builder xssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSetrequest. For more information, see the following topics:-
XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects -
XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
XssMatchSet.Builderavoiding the need to create one manually viaXssMatchSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toxssMatchSet(XssMatchSet).- Parameters:
xssMatchSet- a consumer that will call methods onXssMatchSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
xssMatchSet(XssMatchSet)
-
-
-