public static final class CreateAssetSelectionConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAssetSelectionConfigRequest |
build() |
CreateAssetSelectionConfigRequest.Builder |
businessType(String businessType)
The feature that you want to select for the asset.
|
CreateAssetSelectionConfigRequest.Builder |
platform(String platform)
The operating system of the asset.
|
CreateAssetSelectionConfigRequest.Builder |
targetType(String targetType)
The dimension based on which you want to select the asset.
|
public CreateAssetSelectionConfigRequest.Builder businessType(String businessType)
The feature that you want to select for the asset. Valid values:
This parameter is required.
example:VIRUS_SCAN_CYCLE_CONFIG
public CreateAssetSelectionConfigRequest.Builder platform(String platform)
The operating system of the asset. Valid values:
If you leave this parameter empty, the system automatically selects a value for the parameter based on the value of the BusinessType parameter.
If the BusinessType parameter is set to VIRUS_SCAN_CYCLE_CONFIG, the value of the Platform parameter is all.
If the BusinessType parameter is set to VIRUS_SCAN_ONCE_TASK, the value of the Platform parameter is all.
If the BusinessType parameter is set to AGENTLESS_MALICIOUS_WHITE_LIST_[ID], the value of the Platform parameter is all.
If the BusinessType parameter is set to AGENTLESS_VUL_WHITE_LIST_[ID] the value of the Platform parameter is all.
If the BusinessType parameter is set to FILE_PROTECT_RULE_SWITCH_TYPE_[ID], the value of the Platform parameter is linux.
linux
public CreateAssetSelectionConfigRequest.Builder targetType(String targetType)
The dimension based on which you want to select the asset. Valid values:
This parameter is required.
example:vpc
public CreateAssetSelectionConfigRequest build()
Copyright © 2026. All rights reserved.