public static final class DescribePortViewSourceIspsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePortViewSourceIspsRequest |
build() |
DescribePortViewSourceIspsRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribePortViewSourceIspsRequest.Builder |
instanceIds(List<String> instanceIds)
The IDs of the Anti-DDoS Proxy instances to query.
|
DescribePortViewSourceIspsRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribePortViewSourceIspsRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the Anti-DDoS Proxy instance belongs in Resource Management.
|
DescribePortViewSourceIspsRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribePortViewSourceIspsRequest.Builder regionId(String regionId)
public DescribePortViewSourceIspsRequest.Builder endTime(Long endTime)
The end of the time range to query. This 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 DescribePortViewSourceIspsRequest.Builder instanceIds(List<String> instanceIds)
The IDs of the Anti-DDoS Proxy instances to query.
This parameter is required.
example:ddoscoo-cn-mp91j1ao****
public DescribePortViewSourceIspsRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the Anti-DDoS Proxy instance belongs in Resource Management.
If you do not specify this parameter, the instance belongs to the default resource group.
example:rg-acfm2pz25js****
public DescribePortViewSourceIspsRequest.Builder startTime(Long startTime)
The beginning of the time range to query. This 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 DescribePortViewSourceIspsRequest build()
Copyright © 2026. All rights reserved.