public static final class DescribeDohDomainStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDohDomainStatisticsRequest |
build() |
DescribeDohDomainStatisticsRequest.Builder |
domainName(String domainName)
The domain name.
|
DescribeDohDomainStatisticsRequest.Builder |
endDate(String endDate)
The end of the time range to query.
|
DescribeDohDomainStatisticsRequest.Builder |
lang(String lang)
The language type.
|
DescribeDohDomainStatisticsRequest.Builder |
startDate(String startDate)
The beginning of the time range to query.
|
public DescribeDohDomainStatisticsRequest.Builder domainName(String domainName)
The domain name.
This parameter is required.
example:example.com
public DescribeDohDomainStatisticsRequest.Builder endDate(String endDate)
The end of the time range to query. Specify the time in the YYYY-MM-DD format.
The default value is the day when you perform the operation.
example:2019-07-04
public DescribeDohDomainStatisticsRequest.Builder lang(String lang)
The language type.
example:en
public DescribeDohDomainStatisticsRequest.Builder startDate(String startDate)
The beginning of the time range to query. Specify the time in the YYYY-MM-DD format.
You can query only the DNS records of the latest 90 days. The value of StartDate must be greater than or equal to the difference between the current date and 90.
2019-07-04
public DescribeDohDomainStatisticsRequest build()
Copyright © 2026. All rights reserved.