public static interface CreateXssMatchSetResponse.Builder extends WafResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateXssMatchSetResponse.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.Builder
xssMatchSet(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.