public static final class DescribeDomainOverviewRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainOverviewRequest |
build() |
DescribeDomainOverviewRequest.Builder |
domain(String domain)
The domain name of the website that you want to query.
|
DescribeDomainOverviewRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainOverviewRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainOverviewRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainOverviewRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainOverviewRequest.Builder regionId(String regionId)
public DescribeDomainOverviewRequest.Builder domain(String domain)
The domain name of the website that you want to query. If you leave this parameter unspecified, the statistics on all domain names are queried.
example:The domain name must be added to Anti-DDoS Pro or Anti-DDoS Premium. You can call the DescribeDomains operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
example.aliyundoc.com
public DescribeDomainOverviewRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds. If you leave this parameter unspecified, the current system time is used as the end time.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1623427200
public DescribeDomainOverviewRequest.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.
For more information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
public DescribeDomainOverviewRequest.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:1619798400
public DescribeDomainOverviewRequest build()
Copyright © 2026. All rights reserved.