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