public static final class UpdatePrivateRdsClassRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdatePrivateRdsClassRequest.Builder |
autoUseCoupon(Boolean autoUseCoupon)
Specifies whether to use vouchers to offset the purchase fees.
|
UpdatePrivateRdsClassRequest |
build() |
UpdatePrivateRdsClassRequest.Builder |
DBInstanceId(String DBInstanceId)
The ID of the custom ApsaraDB RDS instance at the storage layer.
|
UpdatePrivateRdsClassRequest.Builder |
drdsInstanceId(String drdsInstanceId)
The ID of the PolarDB-X 1.0 instance.
|
UpdatePrivateRdsClassRequest.Builder |
prePayDuration(Integer prePayDuration)
This parameter is discontinued.
|
UpdatePrivateRdsClassRequest.Builder |
rdsClass(String rdsClass)
The new instance type of the custom ApsaraDB RDS instance at the storage layer.
|
UpdatePrivateRdsClassRequest.Builder |
storage(String storage)
The new storage capacity of the custom ApsaraDB RDS instance at the storage layer.
|
public UpdatePrivateRdsClassRequest.Builder autoUseCoupon(Boolean autoUseCoupon)
> If you downgrade the specifications of an instance after you use the vouchers, the vouchers used for the purchase cannot be refunded.
public UpdatePrivateRdsClassRequest.Builder DBInstanceId(String DBInstanceId)
> You can call the [DescribeDrdsRdsInstances](~~xxxx~~) operation to query the details of all ApsaraDB RDS instances at the storage layer of a PolarDB-X 1.0 instance, including the IDs of the ApsaraDB RDS instances.
public UpdatePrivateRdsClassRequest.Builder drdsInstanceId(String drdsInstanceId)
> You can call the [DescribeDrdsInstances](~~139284~~) operation to query the details of all PolarDB-X 1.0 instances within an Alibaba Cloud account, including the IDs of the instances.
public UpdatePrivateRdsClassRequest.Builder prePayDuration(Integer prePayDuration)
public UpdatePrivateRdsClassRequest.Builder rdsClass(String rdsClass)
> You can call the [DescribeAvailableClasses](~~196546~~) operation to view the specifications that are supported for a custom ApsaraDB RDS instance. The specifications include the instance type and the storage capacity.
public UpdatePrivateRdsClassRequest.Builder storage(String storage)
> You can call the [DescribeAvailableClasses](~~196546~~) operation to view the specifications that are supported for a custom ApsaraDB RDS instance. The specifications include the instance type and the storage capacity.
public UpdatePrivateRdsClassRequest build()
Copyright © 2024. All rights reserved.