public static final class DeleteVpcFirewallControlPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteVpcFirewallControlPolicyRequest.Builder |
aclUuid(String aclUuid)
The ID of the access control policy.
|
DeleteVpcFirewallControlPolicyRequest |
build() |
DeleteVpcFirewallControlPolicyRequest.Builder |
lang(String lang)
The natural language of the request and response.
|
DeleteVpcFirewallControlPolicyRequest.Builder |
vpcFirewallId(String vpcFirewallId)
The ID of the group to which the access control policy belongs.
|
public DeleteVpcFirewallControlPolicyRequest.Builder aclUuid(String aclUuid)
To delete an access control policy, you must provide the ID of the policy. You can call the **DescribeVpcFirewallControlPolicy** operation to query the ID.
public DeleteVpcFirewallControlPolicyRequest.Builder lang(String lang)
- **zh**: Chinese - **en**: English
public DeleteVpcFirewallControlPolicyRequest.Builder vpcFirewallId(String vpcFirewallId)
Valid values: - If the VPC firewall is used to protect a CEN instance, the value of this parameter is the ID of the CEN instance. Example: cen-ervw0g12b5jbw**** - If the VPC firewall is used to protect an Express Connect circuit, the value of this parameter is the ID of the VPC firewall. Example: vfw-a42bbb7b887148c9****
public DeleteVpcFirewallControlPolicyRequest build()
Copyright © 2023. All rights reserved.