public static final class DescribeRiskCheckResultRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeRiskCheckResultRequest.Builder |
assetType(String assetType)
The cloud service whose configuration check results you want to query.
|
DescribeRiskCheckResultRequest |
build() |
DescribeRiskCheckResultRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeRiskCheckResultRequest.Builder |
groupId(Long groupId)
The type of the check item that you want to query.
|
DescribeRiskCheckResultRequest.Builder |
itemIds(List<String> itemIds)
An array that consists of the IDs of check items.
|
DescribeRiskCheckResultRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeRiskCheckResultRequest.Builder |
name(String name)
The name of the check item.
|
DescribeRiskCheckResultRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeRiskCheckResultRequest.Builder |
queryFlag(String queryFlag)
Specifies whether the check item is supported by the edition of Security Center that you purchase.
|
DescribeRiskCheckResultRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeRiskCheckResultRequest.Builder |
riskLevel(String riskLevel)
The risk level of the check item that you want to query.
|
DescribeRiskCheckResultRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeRiskCheckResultRequest.Builder |
status(String status)
The status of the check results.
|
public DescribeRiskCheckResultRequest.Builder assetType(String assetType)
The cloud service whose configuration check results you want to query. For more information about the check items for the cloud service, see the check item table in the "Response parameters" section of this topic.
example:RDS
public DescribeRiskCheckResultRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeRiskCheckResultRequest.Builder groupId(Long groupId)
The type of the check item that you want to query. Valid values:
example:If you do not specify this parameter, all types of check items are queried.
1
public DescribeRiskCheckResultRequest.Builder itemIds(List<String> itemIds)
An array that consists of the IDs of check items. For more information about the check item, see the check item table in the "Response parameters" section of this topic.
example:1
public DescribeRiskCheckResultRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeRiskCheckResultRequest.Builder name(String name)
The name of the check item. For more information about the check item, see the check item table in the "Response parameters" section of this topic.
example:ALB_NetWorkAccessControl
public DescribeRiskCheckResultRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public DescribeRiskCheckResultRequest.Builder queryFlag(String queryFlag)
Specifies whether the check item is supported by the edition of Security Center that you purchase. Valid values:
enabled
public DescribeRiskCheckResultRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeRiskCheckResultRequest.Builder riskLevel(String riskLevel)
The risk level of the check item that you want to query. Valid values:
high
public DescribeRiskCheckResultRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public DescribeRiskCheckResultRequest.Builder status(String status)
The status of the check results. Valid values:
pass
public DescribeRiskCheckResultRequest build()
Copyright © 2026. All rights reserved.