public static final class DeleteNatFirewallControlPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteNatFirewallControlPolicyRequest.Builder |
aclUuid(String aclUuid)
The UUID of the access control policy.
|
DeleteNatFirewallControlPolicyRequest |
build() |
DeleteNatFirewallControlPolicyRequest.Builder |
direction(String direction)
The direction of the traffic to which the access control policy applies.
|
DeleteNatFirewallControlPolicyRequest.Builder |
lang(String lang)
The language of the content within the response.
|
DeleteNatFirewallControlPolicyRequest.Builder |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
public DeleteNatFirewallControlPolicyRequest.Builder aclUuid(String aclUuid)
The UUID of the access control policy.
To delete an access control policy, you must provide the ID of the policy. You can call the DescribeNatFirewallControlPolicy operation to query the UUIDs of access control policies.
This parameter is required.
example:b6c8f905-2eb6-442a-ba35-9416e9dbb2c5
public DeleteNatFirewallControlPolicyRequest.Builder direction(String direction)
The direction of the traffic to which the access control policy applies.
Valid values:
This parameter is required.
example:out
public DeleteNatFirewallControlPolicyRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public DeleteNatFirewallControlPolicyRequest.Builder natGatewayId(String natGatewayId)
The ID of the NAT gateway.
This parameter is required.
example:ngw-xxxxxx
public DeleteNatFirewallControlPolicyRequest build()
Copyright © 2026. All rights reserved.