public static final class BuyPayAsYouGoOrderRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
BuyPayAsYouGoOrderRequest |
build() |
BuyPayAsYouGoOrderRequest.Builder |
commodityType(String commodityType)
The type of the resource that you want to purchase.
|
BuyPayAsYouGoOrderRequest.Builder |
insNum(Integer insNum)
The number of database instances that you want to use DMS to manage.
|
BuyPayAsYouGoOrderRequest.Builder |
regionId(String regionId)
RegionId.
|
BuyPayAsYouGoOrderRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
BuyPayAsYouGoOrderRequest.Builder |
versionType(String versionType)
The control mode of DMS.
|
public BuyPayAsYouGoOrderRequest.Builder regionId(String regionId)
public BuyPayAsYouGoOrderRequest.Builder commodityType(String commodityType)
* **VersionType**: DMS that supports control modes * **SensitiveDataProtection**: DMS that supports sensitive data protection
public BuyPayAsYouGoOrderRequest.Builder insNum(Integer insNum)
> A quota can be used for only one database instance.
public BuyPayAsYouGoOrderRequest.Builder tid(Long tid)
> To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see [View information about the current tenant](~~181330~~).
public BuyPayAsYouGoOrderRequest.Builder versionType(String versionType)
* **stand**: Stable Change * **safety**: Security Collaboration
public BuyPayAsYouGoOrderRequest build()
Copyright © 2023. All rights reserved.