public static final class DescribeVpcFirewallDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVpcFirewallDetailRequest |
build() |
DescribeVpcFirewallDetailRequest.Builder |
lang(String lang)
The natural language of the request and response.
|
DescribeVpcFirewallDetailRequest.Builder |
localVpcId(String localVpcId)
The ID of the local VPC.
|
DescribeVpcFirewallDetailRequest.Builder |
peerVpcId(String peerVpcId)
The ID of the peer VPC.
|
DescribeVpcFirewallDetailRequest.Builder |
vpcFirewallId(String vpcFirewallId)
The instance ID of the VPC firewall.
|
public DescribeVpcFirewallDetailRequest.Builder lang(String lang)
The natural language of the request and response. Valid values:
zh
public DescribeVpcFirewallDetailRequest.Builder localVpcId(String localVpcId)
The ID of the local VPC.
example:vpc-8vbwbo90rq0anm6t****
public DescribeVpcFirewallDetailRequest.Builder peerVpcId(String peerVpcId)
The ID of the peer VPC.
example:vpc-90rq0anm6t8vbwbo****
public DescribeVpcFirewallDetailRequest.Builder vpcFirewallId(String vpcFirewallId)
The instance ID of the VPC firewall.
You can call the DescribeVpcFirewallList operation to query the instance IDs of VPC firewalls.
This parameter is required.
example:vfw-m5e7dbc4y****
public DescribeVpcFirewallDetailRequest build()
Copyright © 2026. All rights reserved.