public static final class DescribeDDoSEventsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeDDoSEventsRequest |
build() |
DescribeDDoSEventsRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeDDoSEventsRequest.Builder |
instanceIds(List<String> instanceIds)
The ID of the instance.
|
DescribeDDoSEventsRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeDDoSEventsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeDDoSEventsRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeDDoSEventsRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeDDoSEventsRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeDDoSEventsRequest.Builder regionId(String regionId)
public DescribeDDoSEventsRequest.Builder endTime(Long endTime)
> This UNIX timestamp must indicate a point in time that is accurate to the minute.
public DescribeDDoSEventsRequest.Builder instanceIds(List<String> instanceIds)
> You can call the [DescribeInstanceIds](~~157459~~) operation to query the IDs of all instances.
public DescribeDDoSEventsRequest.Builder pageNumber(Integer pageNumber)
public DescribeDDoSEventsRequest.Builder pageSize(Integer pageSize)
public DescribeDDoSEventsRequest.Builder resourceGroupId(String resourceGroupId)
public DescribeDDoSEventsRequest.Builder startTime(Long startTime)
> This UNIX timestamp must indicate a point in time that is accurate to the minute.
public DescribeDDoSEventsRequest build()
Copyright © 2023. All rights reserved.