public static final class GetCheckDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckDetailRequest |
build() |
GetCheckDetailRequest.Builder |
checkId(Long checkId)
The ID of the check item.
|
GetCheckDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
GetCheckDetailRequest.Builder |
regionId(String regionId)
The region ID of the instance.
|
public GetCheckDetailRequest.Builder checkId(Long checkId)
The ID of the check item.
You can call the ListCheckResult operation to query the IDs of check items.
This parameter is required.
example:2
public GetCheckDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public GetCheckDetailRequest.Builder regionId(String regionId)
The region ID of the instance.
example:You can call the ListCloudAssetInstances operation to query the region ID.
cn-hangzhou
public GetCheckDetailRequest build()
Copyright © 2026. All rights reserved.