public static final class DescribeDomainAttackEventsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainAttackEventsRequest |
build() |
DescribeDomainAttackEventsRequest.Builder |
domain(String domain)
The domain name of the website.
|
DescribeDomainAttackEventsRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDomainAttackEventsRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeDomainAttackEventsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeDomainAttackEventsRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDomainAttackEventsRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDomainAttackEventsRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDomainAttackEventsRequest.Builder regionId(String regionId)
public DescribeDomainAttackEventsRequest.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 DescribeDomainAttackEventsRequest.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 DescribeDomainAttackEventsRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return. For example, to query the returned results on the first page, set the value to 1.
This parameter is required.
example:1
public DescribeDomainAttackEventsRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
This parameter is required.
example:10
public DescribeDomainAttackEventsRequest.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 DescribeDomainAttackEventsRequest.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 DescribeDomainAttackEventsRequest build()
Copyright © 2026. All rights reserved.