public static final class DescribePortViewSourceCountriesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribePortViewSourceCountriesRequest |
build() |
DescribePortViewSourceCountriesRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribePortViewSourceCountriesRequest.Builder |
instanceIds(List<String> instanceIds)
An array that consists of the IDs of instances to query.
|
DescribePortViewSourceCountriesRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribePortViewSourceCountriesRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribePortViewSourceCountriesRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribePortViewSourceCountriesRequest.Builder regionId(String regionId)
public DescribePortViewSourceCountriesRequest.Builder endTime(Long endTime)
> This UNIX timestamp must indicate a point in time that is accurate to the minute.
public DescribePortViewSourceCountriesRequest.Builder instanceIds(List<String> instanceIds)
public DescribePortViewSourceCountriesRequest.Builder resourceGroupId(String resourceGroupId)
For more information about resource groups, see [Create a resource group](~~94485~~).
public DescribePortViewSourceCountriesRequest.Builder startTime(Long startTime)
> This UNIX timestamp must indicate a point in time that is accurate to the minute.
public DescribePortViewSourceCountriesRequest build()
Copyright © 2023. All rights reserved.