public static final class DescribeDohSubDomainStatisticsSummaryRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDohSubDomainStatisticsSummaryRequest |
build() |
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
domainName(String domainName)
The domain name.
|
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
endDate(String endDate)
The end of the time range to query.
|
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
lang(String lang)
The language type.
|
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
startDate(String startDate)
The beginning of the time range to query.
|
DescribeDohSubDomainStatisticsSummaryRequest.Builder |
subDomain(String subDomain)
The subdomain.
|
public DescribeDohSubDomainStatisticsSummaryRequest.Builder domainName(String domainName)
The domain name.
example:example.com
public DescribeDohSubDomainStatisticsSummaryRequest.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 query the required data.
example:2019-07-04
public DescribeDohSubDomainStatisticsSummaryRequest.Builder lang(String lang)
The language type.
example:en
public DescribeDohSubDomainStatisticsSummaryRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return. Pages start from page 1. Default value: 1.
example:1
public DescribeDohSubDomainStatisticsSummaryRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Maximum value: 100. Default value: 20.
example:20
public DescribeDohSubDomainStatisticsSummaryRequest.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 last 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 DescribeDohSubDomainStatisticsSummaryRequest.Builder subDomain(String subDomain)
The subdomain.
example:public DescribeDohSubDomainStatisticsSummaryRequest build()
Copyright © 2026. All rights reserved.