public static final class DescribeOpEntitiesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOpEntitiesRequest |
build() |
DescribeOpEntitiesRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeOpEntitiesRequest.Builder |
entityObject(String entityObject)
The operation object that you want to query.
|
DescribeOpEntitiesRequest.Builder |
entityType(Integer entityType)
The type of the operation object that you want to query.
|
DescribeOpEntitiesRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeOpEntitiesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeOpEntitiesRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeOpEntitiesRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeOpEntitiesRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeOpEntitiesRequest.Builder regionId(String regionId)
public DescribeOpEntitiesRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
The time must be in the latest 30 days.
This parameter is required.
example:1583683200000
public DescribeOpEntitiesRequest.Builder entityObject(String entityObject)
The operation object that you want to query.
example:203...132
public DescribeOpEntitiesRequest.Builder entityType(Integer entityType)
The type of the operation object that you want to query. Valid values:
1
public DescribeOpEntitiesRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return. For example, to query the returned results on the first page, set the value to 1.
This parameter is required.
example:1
public DescribeOpEntitiesRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Maximum value: 50.
This parameter is required.
example:10
public DescribeOpEntitiesRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
public DescribeOpEntitiesRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: milliseconds.
The time must be in the latest 30 days.
This parameter is required.
example:1582992000000
public DescribeOpEntitiesRequest build()
Copyright © 2026. All rights reserved.