@Generated(value="software.amazon.awssdk:codegen") public class ReservedInstances extends Object implements ToCopyableBuilder<ReservedInstances.Builder,ReservedInstances>
Describes a Reserved Instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReservedInstances.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone in which the Reserved Instance can be used.
|
static ReservedInstances.Builder |
builder() |
CurrencyCodeValues |
currencyCode()
The currency of the Reserved Instance.
|
String |
currencyCodeString()
The currency of the Reserved Instance.
|
Long |
duration()
The duration of the Reserved Instance, in seconds.
|
Instant |
end()
The time when the Reserved Instance expires.
|
boolean |
equals(Object obj) |
Float |
fixedPrice()
The purchase price of the Reserved Instance.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
instanceCount()
The number of reservations purchased.
|
Tenancy |
instanceTenancy()
The tenancy of the instance.
|
String |
instanceTenancyString()
The tenancy of the instance.
|
InstanceType |
instanceType()
The instance type on which the Reserved Instance can be used.
|
String |
instanceTypeString()
The instance type on which the Reserved Instance can be used.
|
OfferingClassType |
offeringClass()
The offering class of the Reserved Instance.
|
String |
offeringClassString()
The offering class of the Reserved Instance.
|
OfferingTypeValues |
offeringType()
The Reserved Instance offering type.
|
String |
offeringTypeString()
The Reserved Instance offering type.
|
RIProductDescription |
productDescription()
The Reserved Instance product platform description.
|
String |
productDescriptionString()
The Reserved Instance product platform description.
|
List<RecurringCharge> |
recurringCharges()
The recurring charge tag assigned to the resource.
|
String |
reservedInstancesId()
The ID of the Reserved Instance.
|
Scope |
scope()
The scope of the Reserved Instance.
|
String |
scopeString()
The scope of the Reserved Instance.
|
static Class<? extends ReservedInstances.Builder> |
serializableBuilderClass() |
Instant |
start()
The date and time the Reserved Instance started.
|
ReservedInstanceState |
state()
The state of the Reserved Instance purchase.
|
String |
stateString()
The state of the Reserved Instance purchase.
|
List<Tag> |
tags()
Any tags assigned to the resource.
|
ReservedInstances.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.
|
copypublic 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 Instant end()
The time when the Reserved Instance expires.
public Float fixedPrice()
The purchase price of the Reserved Instance.
public Integer instanceCount()
The number of reservations purchased.
public InstanceType instanceType()
The instance type on which the Reserved Instance can be used.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeString().
InstanceTypepublic String instanceTypeString()
The instance type on which the Reserved Instance can be used.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeString().
InstanceTypepublic RIProductDescription productDescription()
The Reserved Instance product platform description.
If the service returns an enum value that is not available in the current SDK version,
productDescription will return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from productDescriptionString().
RIProductDescriptionpublic String productDescriptionString()
The Reserved Instance product platform description.
If the service returns an enum value that is not available in the current SDK version,
productDescription will return RIProductDescription.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from productDescriptionString().
RIProductDescriptionpublic String reservedInstancesId()
The ID of the Reserved Instance.
public Instant start()
The date and time the Reserved Instance started.
public ReservedInstanceState state()
The state of the Reserved Instance purchase.
If the service returns an enum value that is not available in the current SDK version, state will return
ReservedInstanceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateString().
ReservedInstanceStatepublic String stateString()
The state of the Reserved Instance purchase.
If the service returns an enum value that is not available in the current SDK version, state will return
ReservedInstanceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateString().
ReservedInstanceStatepublic Float usagePrice()
The usage price of the Reserved Instance, per hour.
public CurrencyCodeValues currencyCode()
The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the
only supported currency is USD.
If the service returns an enum value that is not available in the current SDK version, currencyCode will
return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
currencyCodeString().
USD.CurrencyCodeValuespublic String currencyCodeString()
The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes. At this time, the
only supported currency is USD.
If the service returns an enum value that is not available in the current SDK version, currencyCode will
return CurrencyCodeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
currencyCodeString().
USD.CurrencyCodeValuespublic Tenancy instanceTenancy()
The tenancy of the instance.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyString().
Tenancypublic String instanceTenancyString()
The tenancy of the instance.
If the service returns an enum value that is not available in the current SDK version, instanceTenancy
will return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTenancyString().
Tenancypublic OfferingClassType offeringClass()
The offering class of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassString().
OfferingClassTypepublic String offeringClassString()
The offering class of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassString().
OfferingClassTypepublic OfferingTypeValues offeringType()
The Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeString().
OfferingTypeValuespublic String offeringTypeString()
The Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeString().
OfferingTypeValuespublic List<RecurringCharge> recurringCharges()
The recurring charge tag assigned to the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Scope scope()
The scope of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, scope will return
Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeString().
Scopepublic String scopeString()
The scope of the Reserved Instance.
If the service returns an enum value that is not available in the current SDK version, scope will return
Scope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeString().
Scopepublic List<Tag> tags()
Any tags assigned to the resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ReservedInstances.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReservedInstances.Builder,ReservedInstances>public static ReservedInstances.Builder builder()
public static Class<? extends ReservedInstances.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.