public static final class DescribePortViewSourceProvincesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePortViewSourceProvincesRequest |
build() |
DescribePortViewSourceProvincesRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribePortViewSourceProvincesRequest.Builder |
instanceIds(List<String> instanceIds)
The IDs of the Anti-DDoS Proxy instances to query.
|
DescribePortViewSourceProvincesRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribePortViewSourceProvincesRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the Anti-DDoS Proxy instance belongs in Resource Management.
|
DescribePortViewSourceProvincesRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribePortViewSourceProvincesRequest.Builder regionId(String regionId)
public DescribePortViewSourceProvincesRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds. If you do not configure this parameter, the current system time is used as the end time.
example:This UNIX timestamp must indicate a point in time that is accurate to the minute.
1583683200
public DescribePortViewSourceProvincesRequest.Builder instanceIds(List<String> instanceIds)
The IDs of the Anti-DDoS Proxy instances to query.
This parameter is required.
example:ddoscoo-cn-mp91j1ao****
public DescribePortViewSourceProvincesRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the Anti-DDoS Proxy instance belongs in Resource Management. This parameter is empty by default, which indicates that the Anti-DDoS Origin instance belongs to the default resource group.
For information about resource groups, see Create a resource group.
example:rg-acfm2pz25js****
public DescribePortViewSourceProvincesRequest.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 DescribePortViewSourceProvincesRequest build()
Copyright © 2026. All rights reserved.