Interface ReservedInstanceLimitPrice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReservedInstanceLimitPrice.Builder,
,ReservedInstanceLimitPrice> SdkBuilder<ReservedInstanceLimitPrice.Builder,
,ReservedInstanceLimitPrice> SdkPojo
- Enclosing class:
ReservedInstanceLimitPrice
public static interface ReservedInstanceLimitPrice.Builder
extends SdkPojo, CopyableBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>
-
Method Summary
Modifier and TypeMethodDescriptionUsed for Reserved Instance Marketplace offerings.currencyCode
(String currencyCode) The currency in which thelimitPrice
amount is specified.currencyCode
(CurrencyCodeValues currencyCode) The currency in which thelimitPrice
amount is specified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
amount
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
- Parameters:
amount
- Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
The currency in which the
limitPrice
amount is specified. At this time, the only supported currency isUSD
.- Parameters:
currencyCode
- The currency in which thelimitPrice
amount is specified. At this time, the only supported currency isUSD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currencyCode
The currency in which the
limitPrice
amount is specified. At this time, the only supported currency isUSD
.- Parameters:
currencyCode
- The currency in which thelimitPrice
amount is specified. At this time, the only supported currency isUSD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-