public static final class DescribeRiskCheckItemResultRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeRiskCheckItemResultRequest |
build() |
DescribeRiskCheckItemResultRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeRiskCheckItemResultRequest.Builder |
itemId(Long itemId)
The ID of the check item.
|
DescribeRiskCheckItemResultRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeRiskCheckItemResultRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeRiskCheckItemResultRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeRiskCheckItemResultRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeRiskCheckItemResultRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public DescribeRiskCheckItemResultRequest.Builder itemId(Long itemId)
The ID of the check item.
For more information about the IDs and details of the check items that can be used in configuration assessment, see DescribeRiskCheckResult.
This parameter is required.
example:2
public DescribeRiskCheckItemResultRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeRiskCheckItemResultRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeRiskCheckItemResultRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeRiskCheckItemResultRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:173.128.XX.XX
public DescribeRiskCheckItemResultRequest build()
Copyright © 2026. All rights reserved.