public static final class ListCheckInstanceResultRequest.Builder extends Object
public ListCheckInstanceResultRequest.Builder checkId(Long checkId)
The ID of the check item.
This parameter is required.
example:23
public ListCheckInstanceResultRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public ListCheckInstanceResultRequest.Builder instanceIdKey(String instanceIdKey)
The ID of the instance.
example:i-uf64w4q6p9jti5gl****
public ListCheckInstanceResultRequest.Builder instanceIds(List<String> instanceIds)
The instance IDs of cloud services.
public ListCheckInstanceResultRequest.Builder instanceNameKey(String instanceNameKey)
The name of the instance.
example:i-uf64w4q6p9jti5gl****
public ListCheckInstanceResultRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListCheckInstanceResultRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Maximum value: 100.
example:20
public ListCheckInstanceResultRequest.Builder regionIdKey(String regionIdKey)
The region ID of the instance.
example:cn-qingdao
public ListCheckInstanceResultRequest.Builder sortTypes(List<String> sortTypes)
The types of the conditions based on which the check items are sorted.
public ListCheckInstanceResultRequest.Builder statuses(List<String> statuses)
The statuses of check items.
public ListCheckInstanceResultRequest build()
Copyright © 2026. All rights reserved.