public static final class ModifyNatFirewallControlPolicyPositionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyNatFirewallControlPolicyPositionRequest.Builder |
aclUuid(String aclUuid)
The UUID of the access control policy.
|
ModifyNatFirewallControlPolicyPositionRequest |
build() |
ModifyNatFirewallControlPolicyPositionRequest.Builder |
direction(String direction)
The direction of the traffic to which the access control policy applies.
|
ModifyNatFirewallControlPolicyPositionRequest.Builder |
lang(String lang)
The language of the content within the response.
|
ModifyNatFirewallControlPolicyPositionRequest.Builder |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
ModifyNatFirewallControlPolicyPositionRequest.Builder |
newOrder(Integer newOrder)
The new priority of the IPv4 access control policy.
|
public ModifyNatFirewallControlPolicyPositionRequest.Builder aclUuid(String aclUuid)
The UUID of the access control policy.
This parameter is required.
example:66961eea-e659-4225-84c9-9b6da76ec401
public ModifyNatFirewallControlPolicyPositionRequest.Builder direction(String direction)
The direction of the traffic to which the access control policy applies.
out
public ModifyNatFirewallControlPolicyPositionRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public ModifyNatFirewallControlPolicyPositionRequest.Builder natGatewayId(String natGatewayId)
The ID of the NAT gateway.
This parameter is required.
example:ngw-xxxxxx
public ModifyNatFirewallControlPolicyPositionRequest.Builder newOrder(Integer newOrder)
The new priority of the IPv4 access control policy. You must specify a numeric value for this parameter. The value 1 indicates the highest priority. A larger value indicates a lower priority.
Make sure that the value of this parameter is within the priority range of existing IPv4 access control policies. Otherwise, an error occurs when you call this operation.
Before you call this operation, we recommend that you call the DescribeNatFirewallPolicyPriorUsed operation to query the priority range of the IPv4 access control policies in the specified traffic direction.
This parameter is required.
example:5
public ModifyNatFirewallControlPolicyPositionRequest build()
Copyright © 2026. All rights reserved.