public static final class DescribeDomainStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainStatisticsRequest |
build() |
DescribeDomainStatisticsRequest.Builder |
domainName(String domainName)
The domain name.
|
DescribeDomainStatisticsRequest.Builder |
domainType(String domainType)
The type of the domain name.
|
DescribeDomainStatisticsRequest.Builder |
endDate(String endDate)
The end date of the query.
|
DescribeDomainStatisticsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeDomainStatisticsRequest.Builder |
startDate(String startDate)
The start date of the query.
|
public DescribeDomainStatisticsRequest.Builder domainName(String domainName)
The domain name. You can call the DescribeDomains operation to obtain the domain name.
example:example.com
public DescribeDomainStatisticsRequest.Builder domainType(String domainType)
The type of the domain name. Valid values:
PUBLIC CACHE
public DescribeDomainStatisticsRequest.Builder endDate(String endDate)
The end date of the query. Specify the end date in the YYYY-MM-DD format.
The default value is the day when you query the data.
example:2019-07-04
public DescribeDomainStatisticsRequest.Builder lang(String lang)
The language of the content within the request and response.
en
public DescribeDomainStatisticsRequest.Builder startDate(String startDate)
The start date of the query. Specify the start date in the YYYY-MM-DD format.
You can only query the DNS records within the last 90 days.``
This parameter is required.
example:2019-07-04
public DescribeDomainStatisticsRequest build()
Copyright © 2026. All rights reserved.