public static final class DescribeDomainResolveStatisticsSummaryRequest.Builder extends Object
public DescribeDomainResolveStatisticsSummaryRequest.Builder direction(String direction)
The order in which you want to sort the returned entries. Valid values:
DESC
public DescribeDomainResolveStatisticsSummaryRequest.Builder endDate(String endDate)
The end time in the yyyy-MM-dd format, for example, 2023-03-13.
example:2023-03-01
public DescribeDomainResolveStatisticsSummaryRequest.Builder keyword(String keyword)
The keyword. The Keyword parameter is used together with the SearchMode parameter.
example:test
public DescribeDomainResolveStatisticsSummaryRequest.Builder lang(String lang)
The language. Valid values: zh, en, and ja.
example:zh
public DescribeDomainResolveStatisticsSummaryRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return. Pages start from page 1. Default value: 1.
example:1
public DescribeDomainResolveStatisticsSummaryRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Valid values: 1 to 1000.
example:10
public DescribeDomainResolveStatisticsSummaryRequest.Builder searchMode(String searchMode)
The search mode of the keyword. Valid values:
EXACT
public DescribeDomainResolveStatisticsSummaryRequest.Builder startDate(String startDate)
The start time in the yyyy-MM-dd format, for example, 2023-03-01.
This parameter is required.
example:2023-03-01
public DescribeDomainResolveStatisticsSummaryRequest.Builder threshold(Long threshold)
The threshold for the number of Domain Name System (DNS) requests. You can query the domain names at the specified quantity level of DNS requests and query the number of DNS requests for each domain name.
If you do not specify this parameter, the data about the domain names that have DNS requests is obtained.
If you set this parameter to a value less than 0, the data about all domain names is obtained.
If you set this parameter to 0, the data about the domain names that do not have DNS requests is obtained.
If you set this parameter to a value greater than 0, the data about the domain names whose number of DNS requests is less than or equal to the value of this parameter is obtained.
example:-1
public DescribeDomainResolveStatisticsSummaryRequest build()
Copyright © 2026. All rights reserved.