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