CopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
, SdkBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
public static interface GetXssMatchSetResponse.Builder extends CopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
Modifier and Type | Method | Description |
---|---|---|
GetXssMatchSetResponse.Builder |
xssMatchSet(XssMatchSet xssMatchSet) |
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
copy
apply, build
GetXssMatchSetResponse.Builder xssMatchSet(XssMatchSet 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 of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
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 of
XssMatchTuple
objects
XssMatchTuple: Each XssMatchTuple
object contains FieldToMatch
and
TextTransformation
FieldToMatch: Contains Data
and Type
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.