public static final class RefreshAssetsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
RefreshAssetsRequest.Builder |
assetType(String assetType)
The type of the asset that you want to synchronize.
|
RefreshAssetsRequest |
build() |
RefreshAssetsRequest.Builder |
cloudAssetSubType(Integer cloudAssetSubType)
The subtype of the cloud service.
|
RefreshAssetsRequest.Builder |
cloudAssetType(Integer cloudAssetType)
The type of the cloud service.
|
RefreshAssetsRequest.Builder |
vendor(Integer vendor)
The type of the server.
|
public RefreshAssetsRequest.Builder assetType(String assetType)
The type of the asset that you want to synchronize. Valid values:
cloud_product
public RefreshAssetsRequest.Builder cloudAssetSubType(Integer cloudAssetSubType)
The subtype of the cloud service.
example:The following list describes the subtypes of cloud services.
0
public RefreshAssetsRequest.Builder cloudAssetType(Integer cloudAssetType)
The type of the cloud service. Valid values:
0
public RefreshAssetsRequest.Builder vendor(Integer vendor)
The type of the server. Valid values:
0
public RefreshAssetsRequest build()
Copyright © 2026. All rights reserved.