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