public static final class DescribeWhiteListStrategyStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWhiteListStrategyStatisticsRequest |
build() |
DescribeWhiteListStrategyStatisticsRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribeWhiteListStrategyStatisticsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeWhiteListStrategyStatisticsRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeWhiteListStrategyStatisticsRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeWhiteListStrategyStatisticsRequest.Builder |
strategyIds(String strategyIds)
The ID of the policy.
|
public DescribeWhiteListStrategyStatisticsRequest.Builder currentPage(Integer currentPage)
The page number. Default value: 1. Pages start from page 1.
example:1
public DescribeWhiteListStrategyStatisticsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeWhiteListStrategyStatisticsRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Maximum value: 1000. Default value: 20. If you leave this parameter empty, 20 data entries are returned per page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeWhiteListStrategyStatisticsRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system.
example:183.63.XX.XX
public DescribeWhiteListStrategyStatisticsRequest.Builder strategyIds(String strategyIds)
The ID of the policy.
example:You can call the DescribeWhiteListStrategyList operation to obtain the ID.
3645
public DescribeWhiteListStrategyStatisticsRequest build()
Copyright © 2026. All rights reserved.