public static interface DeleteWebACLRequest.Builder extends WAFRequest.Builder, CopyableBuilder<DeleteWebACLRequest.Builder,DeleteWebACLRequest>
Modifier and Type | Method and Description |
---|---|
DeleteWebACLRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteWebACLRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteWebACLRequest.Builder |
webACLId(String webACLId)
The
WebACLId of the WebACL that you want to delete. |
build
requestOverrideConfig, requestOverrideConfig
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.DeleteWebACLRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.