public static interface CreateXssMatchSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<CreateXssMatchSetResponse.Builder,CreateXssMatchSetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateXssMatchSetResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateXssMatchSet request. |
default CreateXssMatchSetResponse.Builder |
xssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)
An XssMatchSet.
|
CreateXssMatchSetResponse.Builder |
xssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateXssMatchSetResponse.Builder xssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
xssMatchSet - An XssMatchSet.default CreateXssMatchSetResponse.Builder xssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)
An XssMatchSet.
This is a convenience that creates an instance of theXssMatchSet.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)CreateXssMatchSetResponse.Builder changeToken(String changeToken)
The ChangeToken that you used to submit the CreateXssMatchSet request. You can also
use this value to query the status of the request. For more information, see GetChangeTokenStatus.
changeToken - The ChangeToken that you used to submit the CreateXssMatchSet request. You
can also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.