public static final class UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder |
assetSubType(Integer assetSubType)
Subtype of the cloud product asset.
|
UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder |
assetType(Integer assetType)
Type of the cloud product asset.
|
UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList |
build() |
UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder |
instanceId(String instanceId)
Cloud product asset instance ID.
|
UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder |
regionId(String regionId)
Region ID of the cloud product asset instance.
|
UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder |
vendor(Integer vendor)
Vendor of the cloud product asset.
|
public UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder assetSubType(Integer assetSubType)
Subtype of the cloud product asset.
You can call ListCloudAssetInstances to query the subtype of the cloud product asset.
This parameter is required.
example:4
public UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder assetType(Integer assetType)
Type of the cloud product asset.
You can call ListCloudAssetInstances to query the type of the cloud product asset.
This parameter is required.
example:18
public UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder instanceId(String instanceId)
Cloud product asset instance ID.
You can call ListCloudAssetInstances to query the cloud product asset instance ID.
This parameter is required.
example:i-2ze357b4mrkwi7tq****
public UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder regionId(String regionId)
Region ID of the cloud product asset instance.
You can call ListCloudAssetInstances to query the region ID of the cloud product asset instance.
This parameter is required.
example:cn-hangzhou
public UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList.Builder vendor(Integer vendor)
Vendor of the cloud product asset.
You can call ListCloudAssetInstances to query the vendor of the cloud product asset.
This parameter is required.
example:0
public UpdateAttackPathSensitiveAssetConfigRequest.AttackPathAssetList build()
Copyright © 2026. All rights reserved.