public static final class StartBaselineSecurityCheckRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
StartBaselineSecurityCheckRequest |
build() |
StartBaselineSecurityCheckRequest.Builder |
itemIds(List<Long> itemIds)
The IDs of the check items.
|
StartBaselineSecurityCheckRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
StartBaselineSecurityCheckRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
StartBaselineSecurityCheckRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
StartBaselineSecurityCheckRequest.Builder |
type(String type)
The type of the check task.
|
public StartBaselineSecurityCheckRequest.Builder itemIds(List<Long> itemIds)
The IDs of the check items.
To perform a check task on cloud service configurations, you must specify the ID of the check item. You can call the DescribeRiskItemType operation to query the IDs of check items.
public StartBaselineSecurityCheckRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public StartBaselineSecurityCheckRequest.Builder resourceOwnerId(Long resourceOwnerId)
public StartBaselineSecurityCheckRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:106.11.XX.XX
public StartBaselineSecurityCheckRequest.Builder type(String type)
The type of the check task. Valid values:
This parameter is required.
example:verify
public StartBaselineSecurityCheckRequest build()
Copyright © 2026. All rights reserved.