public static final class DescribeDomainTopHttpMethodRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainTopHttpMethodRequest |
build() |
DescribeDomainTopHttpMethodRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainTopHttpMethodRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainTopHttpMethodRequest.Builder |
limit(Long limit)
The maximum number of entries to return.
|
DescribeDomainTopHttpMethodRequest.Builder |
queryType(String queryType)
QueryType.
|
DescribeDomainTopHttpMethodRequest.Builder |
region(String region)
The region in which your service is deployed.
|
DescribeDomainTopHttpMethodRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainTopHttpMethodRequest.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 all domain names.
example.aliyundoc.com
public DescribeDomainTopHttpMethodRequest.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:1722339300
public DescribeDomainTopHttpMethodRequest.Builder limit(Long limit)
The maximum number of entries to return.
This parameter is required.
example:20
public DescribeDomainTopHttpMethodRequest.Builder queryType(String queryType)
public DescribeDomainTopHttpMethodRequest.Builder region(String region)
The region in which your service is deployed. Valid values:
This parameter is required.
example:cn
public DescribeDomainTopHttpMethodRequest.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:1712449710
public DescribeDomainTopHttpMethodRequest build()
Copyright © 2026. All rights reserved.