public static final class DescribePricingModuleResponseBody.AttributeValue.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePricingModuleResponseBody.AttributeValue |
build() |
DescribePricingModuleResponseBody.AttributeValue.Builder |
name(String name)
The attribute value that corresponds to the module code.
|
DescribePricingModuleResponseBody.AttributeValue.Builder |
remark(String remark)
The description of the module values.
|
DescribePricingModuleResponseBody.AttributeValue.Builder |
type(String type)
The type of the attribute value that corresponds to the module code.
|
DescribePricingModuleResponseBody.AttributeValue.Builder |
value(String value)
The attribute value that corresponds to the module code.
|
public DescribePricingModuleResponseBody.AttributeValue.Builder name(String name)
The attribute value that corresponds to the module code.
example:2 Cores and 4 GB Memory (Basic Edition)
public DescribePricingModuleResponseBody.AttributeValue.Builder remark(String remark)
The description of the module values.
example:Connections: 4,000 IOPS is related to storage space
public DescribePricingModuleResponseBody.AttributeValue.Builder type(String type)
The type of the attribute value that corresponds to the module code. Valid values:
single_string
public DescribePricingModuleResponseBody.AttributeValue.Builder value(String value)
The attribute value that corresponds to the module code.
example:If the Type parameter is set to range_float, the valid values of this parameter range from 1024 to 1024000. A value of 1024 indicates that the step size is 1024.
mysql.n2.medium.1
public DescribePricingModuleResponseBody.AttributeValue build()
Copyright © 2026. All rights reserved.