Uses of Interface
software.amazon.awssdk.services.ec2.model.ReservedInstancesOffering.Builder
Packages that use ReservedInstancesOffering.Builder
-
Uses of ReservedInstancesOffering.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservedInstancesOffering.BuilderModifier and TypeMethodDescriptionReservedInstancesOffering.Builder.availabilityZone(String availabilityZone) The Availability Zone in which the Reserved Instance can be used.ReservedInstancesOffering.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone.ReservedInstancesOffering.builder()ReservedInstancesOffering.Builder.currencyCode(String currencyCode) The currency of the Reserved Instance offering you are purchasing.ReservedInstancesOffering.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance offering you are purchasing.The duration of the Reserved Instance, in seconds.ReservedInstancesOffering.Builder.fixedPrice(Float fixedPrice) The purchase price of the Reserved Instance.ReservedInstancesOffering.Builder.instanceTenancy(String instanceTenancy) The tenancy of the instance.ReservedInstancesOffering.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.ReservedInstancesOffering.Builder.instanceType(String instanceType) The instance type on which the Reserved Instance can be used.ReservedInstancesOffering.Builder.instanceType(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ReservedInstancesOffering.Builder.marketplace(Boolean marketplace) Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services.ReservedInstancesOffering.Builder.offeringClass(String offeringClass) Ifconvertibleit can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations.ReservedInstancesOffering.Builder.offeringClass(OfferingClassType offeringClass) Ifconvertibleit can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations.ReservedInstancesOffering.Builder.offeringType(String offeringType) The Reserved Instance offering type.ReservedInstancesOffering.Builder.offeringType(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstancesOffering.Builder.pricingDetails(Collection<PricingDetail> pricingDetails) The pricing details of the Reserved Instance offering.ReservedInstancesOffering.Builder.pricingDetails(Consumer<PricingDetail.Builder>... pricingDetails) The pricing details of the Reserved Instance offering.ReservedInstancesOffering.Builder.pricingDetails(PricingDetail... pricingDetails) The pricing details of the Reserved Instance offering.ReservedInstancesOffering.Builder.productDescription(String productDescription) The Reserved Instance product platform description.ReservedInstancesOffering.Builder.productDescription(RIProductDescription productDescription) The Reserved Instance product platform description.ReservedInstancesOffering.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.Builder.recurringCharges(Consumer<RecurringCharge.Builder>... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.Builder.recurringCharges(RecurringCharge... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.Builder.reservedInstancesOfferingId(String reservedInstancesOfferingId) The ID of the Reserved Instance offering.Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.ReservedInstancesOffering.toBuilder()ReservedInstancesOffering.Builder.usagePrice(Float usagePrice) The usage price of the Reserved Instance, per hour.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservedInstancesOffering.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReservedInstancesOffering.Builder>ReservedInstancesOffering.serializableBuilderClass()