CopyableBuilder<DeleteWebACLRequest.Builder,DeleteWebACLRequest>
, SdkBuilder<DeleteWebACLRequest.Builder,DeleteWebACLRequest>
public static interface DeleteWebACLRequest.Builder extends CopyableBuilder<DeleteWebACLRequest.Builder,DeleteWebACLRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteWebACLRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
DeleteWebACLRequest.Builder |
webACLId(String webACLId) |
The
WebACLId of the WebACL that you want to delete. |
copy
apply, build
DeleteWebACLRequest.Builder webACLId(String webACLId)
The WebACLId
of the WebACL that you want to delete. WebACLId
is returned by
CreateWebACL and by ListWebACLs.
webACLId
- The WebACLId
of the WebACL that you want to delete. WebACLId
is
returned by CreateWebACL and by ListWebACLs.DeleteWebACLRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.