public static final class DescribeDohAccountStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDohAccountStatisticsRequest |
build() |
DescribeDohAccountStatisticsRequest.Builder |
endDate(String endDate)
The end of the time range to query.
|
DescribeDohAccountStatisticsRequest.Builder |
lang(String lang)
The language type.
|
DescribeDohAccountStatisticsRequest.Builder |
startDate(String startDate)
The beginning of the time range to query.
|
public DescribeDohAccountStatisticsRequest.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 DescribeDohAccountStatisticsRequest.Builder lang(String lang)
The language type.
example:en
public DescribeDohAccountStatisticsRequest.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 DescribeDohAccountStatisticsRequest build()
Copyright © 2026. All rights reserved.