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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReservedInstanceLimitPrice.Builderamount(Double amount)Used for Reserved Instance Marketplace offerings.ReservedInstanceLimitPrice.BuildercurrencyCode(String currencyCode)The currency in which thelimitPriceamount is specified.ReservedInstanceLimitPrice.BuildercurrencyCode(CurrencyCodeValues currencyCode)The currency in which thelimitPriceamount 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 Detail
-
amount
ReservedInstanceLimitPrice.Builder amount(Double 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
ReservedInstanceLimitPrice.Builder currencyCode(String currencyCode)
The currency in which the
limitPriceamount is specified. At this time, the only supported currency isUSD.- Parameters:
currencyCode- The currency in which thelimitPriceamount 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:
CurrencyCodeValues,CurrencyCodeValues
-
currencyCode
ReservedInstanceLimitPrice.Builder currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPriceamount is specified. At this time, the only supported currency isUSD.- Parameters:
currencyCode- The currency in which thelimitPriceamount 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:
CurrencyCodeValues,CurrencyCodeValues
-
-