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