public static interface CreateWebACLResponse.Builder extends WAFResponse.Builder, CopyableBuilder<CreateWebACLResponse.Builder,CreateWebACLResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWebACLResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateWebACL request. |
default CreateWebACLResponse.Builder |
webACL(Consumer<WebACL.Builder> webACL)
The WebACL returned in the
CreateWebACL response. |
CreateWebACLResponse.Builder |
webACL(WebACL webACL)
The WebACL returned in the
CreateWebACL response. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateWebACLResponse.Builder webACL(WebACL webACL)
The WebACL returned in the CreateWebACL response.
webACL - The WebACL returned in the CreateWebACL response.default CreateWebACLResponse.Builder webACL(Consumer<WebACL.Builder> webACL)
The WebACL returned in the CreateWebACL response.
WebACL.Builder avoiding the need to create one
manually via WebACL.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to webACL(WebACL).webACL - a consumer that will call methods on WebACL.BuilderwebACL(WebACL)CreateWebACLResponse.Builder changeToken(String changeToken)
The ChangeToken that you used to submit the CreateWebACL 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 CreateWebACL 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.