ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
@Generated("software.amazon.awssdk:codegen") public class ReservedInstancesOffering extends Object implements ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
Describes a Reserved Instance offering.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReservedInstancesOffering.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
availabilityZone() |
The Availability Zone in which the Reserved Instance can be used.
|
static ReservedInstancesOffering.Builder |
builder() |
|
String |
currencyCode() |
The currency of the Reserved Instance offering you are purchasing.
|
Long |
duration() |
The duration of the Reserved Instance, in seconds.
|
boolean |
equals(Object obj) |
|
Float |
fixedPrice() |
The purchase price of the Reserved Instance.
|
int |
hashCode() |
|
String |
instanceTenancy() |
The tenancy of the instance.
|
String |
instanceType() |
The instance type on which the Reserved Instance can be used.
|
Boolean |
marketplace() |
Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS.
|
String |
offeringClass() |
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. |
String |
offeringType() |
The Reserved Instance offering type.
|
List<PricingDetail> |
pricingDetails() |
The pricing details of the Reserved Instance offering.
|
String |
productDescription() |
The Reserved Instance product platform description.
|
List<RecurringCharge> |
recurringCharges() |
The recurring charge tag assigned to the resource.
|
String |
reservedInstancesOfferingId() |
The ID of the Reserved Instance offering.
|
String |
scope() |
Whether the Reserved Instance is applied to instances in a region or an Availability Zone.
|
static Class<? extends ReservedInstancesOffering.Builder> |
serializableBuilderClass() |
|
ReservedInstancesOffering.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Float |
usagePrice() |
The usage price of the Reserved Instance, per hour.
|
public String availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
public Long duration()
The duration of the Reserved Instance, in seconds.
public Float fixedPrice()
The purchase price of the Reserved Instance.
public String instanceType()
The instance type on which the Reserved Instance can be used.
InstanceType
public String productDescription()
The Reserved Instance product platform description.
RIProductDescription
public String reservedInstancesOfferingId()
The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.
public Float usagePrice()
The usage price of the Reserved Instance, per hour.
public String currencyCode()
The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard
currency codes. At this time, the only supported currency is USD
.
USD
.CurrencyCodeValues
public String instanceTenancy()
The tenancy of the instance.
Tenancy
public Boolean marketplace()
Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS. If it's a
Reserved Instance Marketplace offering, this is true
.
true
.public String offeringClass()
If convertible
it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. If standard
, it is not possible to perform an exchange.
convertible
it can be exchanged for Reserved Instances of the same or higher monetary
value, with different configurations. If standard
, it is not possible to perform an
exchange.OfferingClassType
public String offeringType()
The Reserved Instance offering type.
OfferingTypeValues
public List<PricingDetail> pricingDetails()
The pricing details of the Reserved Instance offering.
public List<RecurringCharge> recurringCharges()
The recurring charge tag assigned to the resource.
public String scope()
Whether the Reserved Instance is applied to instances in a region or an Availability Zone.
Scope
public ReservedInstancesOffering.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReservedInstancesOffering.Builder,ReservedInstancesOffering>
public static ReservedInstancesOffering.Builder builder()
public static Class<? extends ReservedInstancesOffering.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.