public static final class DescribeDomainQPSListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainQPSListRequest |
build() |
DescribeDomainQPSListRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainQPSListRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainQPSListRequest.Builder |
interval(Long interval)
The interval for returning data.
|
DescribeDomainQPSListRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainQPSListRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainQPSListRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainQPSListRequest.Builder regionId(String regionId)
public DescribeDomainQPSListRequest.Builder domain(String domain)
The domain name of the website. If you do not specify this parameter, the statistics on the QPS of all domain names are queried.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
public DescribeDomainQPSListRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1583683200
public DescribeDomainQPSListRequest.Builder interval(Long interval)
The interval for returning data. Unit: seconds.
This parameter is required.
example:1000
public DescribeDomainQPSListRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
public DescribeDomainQPSListRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1582992000
public DescribeDomainQPSListRequest build()
Copyright © 2026. All rights reserved.