public static final class GetSubscriptionPriceRequest.ModuleList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetSubscriptionPriceRequest.ModuleList |
build() |
GetSubscriptionPriceRequest.ModuleList.Builder |
config(String config)
The configurations of the Nth pricing module.
|
GetSubscriptionPriceRequest.ModuleList.Builder |
moduleCode(String moduleCode)
The identifier of the Nth pricing module.
|
GetSubscriptionPriceRequest.ModuleList.Builder |
moduleStatus(Integer moduleStatus)
The status of the pricing module.
|
GetSubscriptionPriceRequest.ModuleList.Builder |
tag(String tag)
The tag of the specified resource.
|
public GetSubscriptionPriceRequest.ModuleList.Builder config(String config)
The configurations of the Nth pricing module. Valid values of N: 1 to 50. Format: AA:aa,BB:bb. The values of AA and BB are the property IDs of the pricing module. The values of aa and bb are the property values of the pricing module.
This parameter is required.
example:PackageCode:version_1
public GetSubscriptionPriceRequest.ModuleList.Builder moduleCode(String moduleCode)
The identifier of the Nth pricing module.
This parameter is required.
example:PackageCode
public GetSubscriptionPriceRequest.ModuleList.Builder moduleStatus(Integer moduleStatus)
The status of the pricing module. This parameter is required only if the order type is Upgrade. Valid values:
Default value: 1.
example:1
public GetSubscriptionPriceRequest.ModuleList.Builder tag(String tag)
The tag of the specified resource. This parameter is required only if you upgrade or modify the configurations of an Alibaba Cloud service. For example, if you want to modify the configurations of a disk, you can use a tag to identify the ID of the disk.
example:213213123
public GetSubscriptionPriceRequest.ModuleList build()
Copyright © 2026. All rights reserved.