public static final class DeleteControlPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteControlPolicyRequest.Builder |
aclUuid(String aclUuid)
The UUID of the access control policy.
|
DeleteControlPolicyRequest |
build() |
DeleteControlPolicyRequest.Builder |
direction(String direction)
The direction of the traffic to which the access control policy applies.
|
DeleteControlPolicyRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DeleteControlPolicyRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the traffic.
|
public DeleteControlPolicyRequest.Builder aclUuid(String aclUuid)
The UUID of the access control policy.
To delete an access control policy, you must specify the UUID of the policy. You can call the DescribeControlPolicy operation to query the UUID.
This parameter is required.
example:00281255-d220-4db1-8f4f-c4df221ad84c
public DeleteControlPolicyRequest.Builder direction(String direction)
The direction of the traffic to which the access control policy applies.
Valid values:
in
public DeleteControlPolicyRequest.Builder lang(String lang)
The language of the content within the request and response.
Valid values:
zh
public DeleteControlPolicyRequest.Builder sourceIp(String sourceIp)
The source IP address of the traffic.
example:192.0.XX.XX
public DeleteControlPolicyRequest build()
Copyright © 2026. All rights reserved.