public static final class DescribeDomainStatusCodeListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainStatusCodeListRequest |
build() |
DescribeDomainStatusCodeListRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainStatusCodeListRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainStatusCodeListRequest.Builder |
interval(Long interval)
The interval for returning data.
|
DescribeDomainStatusCodeListRequest.Builder |
queryType(String queryType)
The source of the statistics.
|
DescribeDomainStatusCodeListRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainStatusCodeListRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainStatusCodeListRequest.Builder |
startTime(Long startTime)
The start time of the event.
|
public DescribeDomainStatusCodeListRequest.Builder regionId(String regionId)
public DescribeDomainStatusCodeListRequest.Builder domain(String domain)
The domain name of the website. If you do not specify this parameter, the statistics on response status codes 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 DescribeDomainStatusCodeListRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1583683200
public DescribeDomainStatusCodeListRequest.Builder interval(Long interval)
The interval for returning data. Unit: seconds.
This parameter is required.
example:1000
public DescribeDomainStatusCodeListRequest.Builder queryType(String queryType)
The source of the statistics. Valid values:
This parameter is required.
example:gf
public DescribeDomainStatusCodeListRequest.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 DescribeDomainStatusCodeListRequest.Builder startTime(Long startTime)
The start time of the event. 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 DescribeDomainStatusCodeListRequest build()
Copyright © 2026. All rights reserved.