public static final class ListKspmInstancesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListKspmInstancesRequest |
build() |
ListKspmInstancesRequest.Builder |
cloudAssetTypes(List<ListKspmInstancesRequest.CloudAssetTypes> cloudAssetTypes)
List of Kubernetes asset type information.
|
ListKspmInstancesRequest.Builder |
criteria(String criteria)
Set the conditions for searching assets.
|
ListKspmInstancesRequest.Builder |
currentPage(Integer currentPage)
Set which page to start displaying the query results from.
|
ListKspmInstancesRequest.Builder |
logicalExp(String logicalExp)
Set the logical relationship that takes effect between multiple search conditions.
|
ListKspmInstancesRequest.Builder |
pageSize(Integer pageSize)
The maximum number of data entries displayed per page during pagination.
|
ListKspmInstancesRequest.Builder |
regionId(String regionId)
The ID of the region where the instance is located.
|
public ListKspmInstancesRequest.Builder cloudAssetTypes(List<ListKspmInstancesRequest.CloudAssetTypes> cloudAssetTypes)
List of Kubernetes asset type information.
public ListKspmInstancesRequest.Builder criteria(String criteria)
Set the conditions for searching assets. This parameter is in JSON format, and case sensitivity should be noted when entering parameters. It includes the following fields:
Supports using region, instance name, instance ID, alarm status, risk status, and tag search conditions.
[{"name":"vulStatus","value":"YES","logicalExp":"AND"}]
public ListKspmInstancesRequest.Builder currentPage(Integer currentPage)
Set which page to start displaying the query results from. The default value is 1, indicating that the display starts from the first page.
example:1
public ListKspmInstancesRequest.Builder logicalExp(String logicalExp)
Set the logical relationship that takes effect between multiple search conditions. Values:
OR
public ListKspmInstancesRequest.Builder pageSize(Integer pageSize)
The maximum number of data entries displayed per page during pagination. The default value is 20.
example:20
public ListKspmInstancesRequest.Builder regionId(String regionId)
The ID of the region where the instance is located.
example:cn-hangzhou
public ListKspmInstancesRequest build()
Copyright © 2026. All rights reserved.