public static final class DescribeDomainViewTopCostTimeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainViewTopCostTimeRequest |
build() |
DescribeDomainViewTopCostTimeRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainViewTopCostTimeRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainViewTopCostTimeRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainViewTopCostTimeRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainViewTopCostTimeRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
DescribeDomainViewTopCostTimeRequest.Builder |
top(Integer top)
The number of URLs to query.
|
public DescribeDomainViewTopCostTimeRequest.Builder regionId(String regionId)
public DescribeDomainViewTopCostTimeRequest.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 DescribeDomainViewTopCostTimeRequest.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 DescribeDomainViewTopCostTimeRequest.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 DescribeDomainViewTopCostTimeRequest.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 DescribeDomainViewTopCostTimeRequest.Builder top(Integer top)
The number of URLs to query. Valid values: 1 to 100.
This parameter is required.
example:5
public DescribeDomainViewTopCostTimeRequest build()
Copyright © 2026. All rights reserved.