public static final class CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder |
assetSubType(Integer assetSubType)
Subtype of the cloud product asset.
|
CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder |
assetType(Integer assetType)
Type of the cloud product asset.
|
CreateAttackPathWhitelistRequest.AttackPathAssetList |
build() |
CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder |
instanceId(String instanceId)
Cloud product asset instance ID.
|
CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder |
nodeType(String nodeType)
Node type, with values:
start: Start point.
|
CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder |
regionId(String regionId)
Region ID of the cloud product asset instance.
|
CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder |
vendor(Integer vendor)
Vendor of the cloud product asset.
|
public CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder assetSubType(Integer assetSubType)
Subtype of the cloud product asset.
example:You can call ListCloudAssetInstances to query the subtype of the cloud product asset.
0
public CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder assetType(Integer assetType)
Type of the cloud product asset.
example:You can call ListCloudAssetInstances to query the type of the cloud product asset.
0
public CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder instanceId(String instanceId)
Cloud product asset instance ID.
example:You can call ListCloudAssetInstances to query the cloud product asset instance ID.
i-8vb0e8qdaj0yyxjo****
public CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder nodeType(String nodeType)
Node type, with values:
start
public CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder regionId(String regionId)
Region ID of the cloud product asset instance.
example:You can call ListCloudAssetInstances to query the region ID of the cloud product asset instance.
cn-shanghai
public CreateAttackPathWhitelistRequest.AttackPathAssetList.Builder vendor(Integer vendor)
Vendor of the cloud product asset.
example:You can call ListCloudAssetInstances to query the vendor of the cloud product asset.
0
public CreateAttackPathWhitelistRequest.AttackPathAssetList build()
Copyright © 2026. All rights reserved.