public static final class DescribeAssetRiskListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAssetRiskListRequest |
build() |
DescribeAssetRiskListRequest.Builder |
ipAddrList(List<String> ipAddrList)
The IP addresses to query.
|
DescribeAssetRiskListRequest.Builder |
ipVersion(Integer ipVersion)
The IP version of the asset that is protected by Cloud Firewall.
|
DescribeAssetRiskListRequest.Builder |
lang(String lang)
The language of the content within the response.
|
DescribeAssetRiskListRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeAssetRiskListRequest.Builder ipAddrList(List<String> ipAddrList)
The IP addresses to query. Separate the IP addresses with commas (,). You can specify up to 20 IP addresses at a time.
Example IPv4 address: 47.97.XX.XX.
Example IPv6 address: 2001:db8:ffff:ffff:ffff:XXXX:ffff.
public DescribeAssetRiskListRequest.Builder ipVersion(Integer ipVersion)
The IP version of the asset that is protected by Cloud Firewall.
Valid values:
This parameter is required.
example:4
public DescribeAssetRiskListRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public DescribeAssetRiskListRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:47.100.XX.XX
public DescribeAssetRiskListRequest build()
Copyright © 2026. All rights reserved.