public static final class DeleteControlPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteControlPolicyRequest.Builder |
aclUuid(String aclUuid)
The ID 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 natural language of the request and response.
|
DeleteControlPolicyRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the traffic.
|
public DeleteControlPolicyRequest.Builder aclUuid(String aclUuid)
To delete an access control policy, you must provide the ID of the policy. You can call the [DescribeControlPolicy](~~138866~~) operation to query the ID.
public DeleteControlPolicyRequest.Builder direction(String direction)
Valid values: * **in**: inbound traffic * **out**: outbound traffic
public DeleteControlPolicyRequest.Builder lang(String lang)
Valid values: * **zh**: Chinese (default) * **en**: English
public DeleteControlPolicyRequest.Builder sourceIp(String sourceIp)
public DeleteControlPolicyRequest build()
Copyright © 2023. All rights reserved.