public static final class DescribePricingModuleResponseBody.Attribute.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePricingModuleResponseBody.Attribute |
build() |
DescribePricingModuleResponseBody.Attribute.Builder |
code(String code)
The code of the attribute.
|
DescribePricingModuleResponseBody.Attribute.Builder |
name(String name)
The name of the attribute.
|
DescribePricingModuleResponseBody.Attribute.Builder |
unit(String unit)
The unit of the attribute.
|
DescribePricingModuleResponseBody.Attribute.Builder |
values(DescribePricingModuleResponseBody.Values values)
The attribute values.
|
public DescribePricingModuleResponseBody.Attribute.Builder code(String code)
The code of the attribute.
example:DBInstanceStorage
public DescribePricingModuleResponseBody.Attribute.Builder name(String name)
The name of the attribute.
example:Capacity
public DescribePricingModuleResponseBody.Attribute.Builder unit(String unit)
The unit of the attribute.
example:GB
public DescribePricingModuleResponseBody.Attribute.Builder values(DescribePricingModuleResponseBody.Values values)
The attribute values.
public DescribePricingModuleResponseBody.Attribute build()
Copyright © 2026. All rights reserved.