public static final class DescribeDomainBpsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainBpsRequest |
build() |
DescribeDomainBpsRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainBpsRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainBpsRequest.Builder |
interval(Long interval)
The interval for returning data.
|
DescribeDomainBpsRequest.Builder |
region(String region)
The region in which your service is deployed.
|
DescribeDomainBpsRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainBpsRequest.Builder domain(String domain)
The domain name of the website.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
public DescribeDomainBpsRequest.Builder endTime(Long endTime)
The end of the time range to query. This 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:1722339300
public DescribeDomainBpsRequest.Builder interval(Long interval)
The interval for returning data. Unit: seconds. Valid values are 300, 3600, and 86400. If the time span between StartTime and EndTime is less than 3 days, valid values are 300, 3600, and 86400. If the time span between StartTime and EndTime is from 3 to 30 days, valid values are 3600 and 86400. If the time span between StartTime and EndTime is 31 days or longer, the valid value is 86400. If you leave this parameter empty or specify an invalid value, the default value is used.
This parameter is required.
example:600
public DescribeDomainBpsRequest.Builder region(String region)
The region in which your service is deployed. Valid values:
This parameter is required.
example:cn
public DescribeDomainBpsRequest.Builder startTime(Long startTime)
The beginning of the time range to query. This 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:1719211800
public DescribeDomainBpsRequest build()
Copyright © 2026. All rights reserved.