public static interface GetXssMatchSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetXssMatchSetResponse.Builder,GetXssMatchSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetXssMatchSetResponse.Builder |
xssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
GetXssMatchSetResponse.Builder |
xssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetXssMatchSetResponse.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
default GetXssMatchSetResponse.Builder xssMatchSet(Consumer<XssMatchSet.Builder> 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.Builder avoiding the need to create
one manually via XssMatchSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to xssMatchSet(XssMatchSet).xssMatchSet - a consumer that will call methods on XssMatchSet.BuilderxssMatchSet(XssMatchSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.