public static final class DescribeWebReportTopIpRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWebReportTopIpRequest |
build() |
DescribeWebReportTopIpRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeWebReportTopIpRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeWebReportTopIpRequest.Builder |
interval(Integer interval)
The interval at which data is collected.
|
DescribeWebReportTopIpRequest.Builder |
queryType(String queryType)
The source of the statistics.
|
DescribeWebReportTopIpRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeWebReportTopIpRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
DescribeWebReportTopIpRequest.Builder |
top(Integer top)
The maximum number of entries to return.
|
public DescribeWebReportTopIpRequest.Builder regionId(String regionId)
public DescribeWebReportTopIpRequest.Builder domain(String domain)
The domain name of the website.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query the domain names for which forwarding rules are configured.
app.bmjqxvb.cn
public DescribeWebReportTopIpRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1687228200
public DescribeWebReportTopIpRequest.Builder interval(Integer interval)
The interval at which data is collected. Unit: seconds. Valid values are 300, 3600, and 86400.
This parameter is required.
example:300
public DescribeWebReportTopIpRequest.Builder queryType(String queryType)
The source of the statistics. Valid values:
This parameter is required.
example:block
public DescribeWebReportTopIpRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1680424200
public DescribeWebReportTopIpRequest.Builder top(Integer top)
The maximum number of entries to return.
example:5
public DescribeWebReportTopIpRequest build()
Copyright © 2026. All rights reserved.