public static final class BatchCopyVpcFirewallControlPolicyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchCopyVpcFirewallControlPolicyRequest |
build() |
BatchCopyVpcFirewallControlPolicyRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
BatchCopyVpcFirewallControlPolicyRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
BatchCopyVpcFirewallControlPolicyRequest.Builder |
sourceVpcFirewallId(String sourceVpcFirewallId)
The ID of the policy group of the source VPC firewall.
|
BatchCopyVpcFirewallControlPolicyRequest.Builder |
targetVpcFirewallId(String targetVpcFirewallId)
The ID of the policy group of the destination VPC firewall.
|
public BatchCopyVpcFirewallControlPolicyRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public BatchCopyVpcFirewallControlPolicyRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.0.XX.XX
public BatchCopyVpcFirewallControlPolicyRequest.Builder sourceVpcFirewallId(String sourceVpcFirewallId)
The ID of the policy group of the source VPC firewall. Valid values:
You can call the DescribeVpcFirewallAclGroupList operation to query the IDs of policy groups.
This parameter is required.
example:vfw-a42bbb7b887148c9****
public BatchCopyVpcFirewallControlPolicyRequest.Builder targetVpcFirewallId(String targetVpcFirewallId)
The ID of the policy group of the destination VPC firewall. Valid values:
You can call the DescribeVpcFirewallAclGroupList operation to query the IDs of policy groups.
This parameter is required.
example:vfw-e37d3a04cf79446a****
public BatchCopyVpcFirewallControlPolicyRequest build()
Copyright © 2026. All rights reserved.