public static final class ModifyVpcFirewallControlPolicyPositionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
aclUuid(String aclUuid)
The UUID of the access control policy.
|
ModifyVpcFirewallControlPolicyPositionRequest |
build() |
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
lang(String lang)
The language of the content within the request and the response.
|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
newOrder(String newOrder)
The new priority of the access control policy.
|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
oldOrder(String oldOrder)
The original priority of the access control policy.
|
ModifyVpcFirewallControlPolicyPositionRequest.Builder |
vpcFirewallId(String vpcFirewallId)
The ID of the group to which the access control policy belongs.
|
public ModifyVpcFirewallControlPolicyPositionRequest.Builder aclUuid(String aclUuid)
The UUID of the access control policy.
If you want to modify the configurations of an access control policy, you must provide the UUID of the policy. You can call the DescribeVpcFirewallControlPolicy operation to query the UUID.
example:2746d9ff-5d7c-449d-a2a9-ccaa15fe****
public ModifyVpcFirewallControlPolicyPositionRequest.Builder lang(String lang)
The language of the content within the request and the response.
Valid values:
zh
public ModifyVpcFirewallControlPolicyPositionRequest.Builder newOrder(String newOrder)
The new priority of the access control policy.
For more information about the valid values of the new priority, see DescribeVpcFirewallPolicyPriorUsed.
This parameter is required.
example:1
public ModifyVpcFirewallControlPolicyPositionRequest.Builder oldOrder(String oldOrder)
The original priority of the access control policy.
example:This parameter is not recommended. We recommend that you use the AclUuid parameter to specify the policy that you want to modify.
5
public ModifyVpcFirewallControlPolicyPositionRequest.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:
If the VPC firewall is used to protect a CEN instance, the value of this parameter must be 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 must be the instance ID of the VPC firewall.
Example: vfw-a42bbb7b887148c9****
This parameter is required.
example:vfw-a42bbb7b887148c9****
public ModifyVpcFirewallControlPolicyPositionRequest build()
Copyright © 2026. All rights reserved.