public static final class DescribeDomainTopAttackListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainTopAttackListRequest |
build() |
DescribeDomainTopAttackListRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainTopAttackListRequest.Builder |
interval(Long interval)
Interval.
|
DescribeDomainTopAttackListRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainTopAttackListRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainTopAttackListRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainTopAttackListRequest.Builder regionId(String regionId)
public DescribeDomainTopAttackListRequest.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 DescribeDomainTopAttackListRequest.Builder interval(Long interval)
public DescribeDomainTopAttackListRequest.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 DescribeDomainTopAttackListRequest.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 DescribeDomainTopAttackListRequest build()
Copyright © 2026. All rights reserved.