Interface GetXssMatchSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetXssMatchSetResponse.Builder,
,GetXssMatchSetResponse> SdkBuilder<GetXssMatchSetResponse.Builder,
,GetXssMatchSetResponse> SdkPojo
,SdkResponse.Builder
,WafResponse.Builder
- Enclosing class:
GetXssMatchSetResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetXssMatchSetResponse.Builder
xssMatchSet
(Consumer<XssMatchSet.Builder> xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
request.xssMatchSet
(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
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
-
xssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the following topics:-
XssMatchSet: Contains
Name
,XssMatchSetId
, and an array ofXssMatchTuple
objects -
XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
- Parameters:
xssMatchSet
- Information about the XssMatchSet that you specified in theGetXssMatchSet
request. For more information, see the following topics:-
XssMatchSet: Contains
Name
,XssMatchSetId
, and an array ofXssMatchTuple
objects -
XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
xssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the following topics:-
XssMatchSet: Contains
Name
,XssMatchSetId
, and an array ofXssMatchTuple
objects -
XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
XssMatchSet.Builder
avoiding the need to create one manually viaXssMatchSet.builder()
.When the
Consumer
completes,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:
-
-