public static final class DescribeDomainQpsWithCacheRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeDomainQpsWithCacheRequest |
build() |
DescribeDomainQpsWithCacheRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainQpsWithCacheRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainQpsWithCacheRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainQpsWithCacheRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainQpsWithCacheRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainQpsWithCacheRequest.Builder regionId(String regionId)
public DescribeDomainQpsWithCacheRequest.Builder domain(String domain)
> A forwarding rule must be configured for the domain name. You can call the [DescribeDomains](~~91724~~) operation to query all domain names.
public DescribeDomainQpsWithCacheRequest.Builder endTime(Long endTime)
> This UNIX timestamp must indicate a point in time that is accurate to the minute.
public DescribeDomainQpsWithCacheRequest.Builder resourceGroupId(String resourceGroupId)
public DescribeDomainQpsWithCacheRequest.Builder startTime(Long startTime)
> This UNIX timestamp must indicate a point in time that is accurate to the minute.
public DescribeDomainQpsWithCacheRequest build()
Copyright © 2023. All rights reserved.