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)
The ID of the access control policy.
To delete an access control policy, you must provide the ID of the policy. You can call the DescribeVpcFirewallControlPolicy operation to query the ID.
This parameter is required.
example:00281255-d220-4db1-8f4f-c4df2214****
public DeleteVpcFirewallControlPolicyRequest.Builder lang(String lang)
The natural language of the request and response. Valid values:
zh
public DeleteVpcFirewallControlPolicyRequest.Builder vpcFirewallId(String vpcFirewallId)
The ID of the group to which the access control policy belongs. You can call the DescribeVpcFirewallAclGroupList operation to query the ID.
Valid values:
Example: cen-ervw0g12b5jbw****
Example: vfw-a42bbb7b887148c9****
This parameter is required.
example:vfw-a42bbb7b887148c91****
public DeleteVpcFirewallControlPolicyRequest build()
Copyright © 2026. All rights reserved.