Uses of Interface
software.amazon.awssdk.services.ec2.model.ReservedInstances.Builder
Packages that use ReservedInstances.Builder
-
Uses of ReservedInstances.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservedInstances.BuilderModifier and TypeMethodDescriptionReservedInstances.Builder.availabilityZone(String availabilityZone) The Availability Zone in which the Reserved Instance can be used.ReservedInstances.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone.static ReservedInstances.BuilderReservedInstances.builder()ReservedInstances.Builder.currencyCode(String currencyCode) The currency of the Reserved Instance.ReservedInstances.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance.The duration of the Reserved Instance, in seconds.The time when the Reserved Instance expires.ReservedInstances.Builder.fixedPrice(Float fixedPrice) The purchase price of the Reserved Instance.ReservedInstances.Builder.instanceCount(Integer instanceCount) The number of reservations purchased.ReservedInstances.Builder.instanceTenancy(String instanceTenancy) The tenancy of the instance.ReservedInstances.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.ReservedInstances.Builder.instanceType(String instanceType) The instance type on which the Reserved Instance can be used.ReservedInstances.Builder.instanceType(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ReservedInstances.Builder.offeringClass(String offeringClass) The offering class of the Reserved Instance.ReservedInstances.Builder.offeringClass(OfferingClassType offeringClass) The offering class of the Reserved Instance.ReservedInstances.Builder.offeringType(String offeringType) The Reserved Instance offering type.ReservedInstances.Builder.offeringType(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstances.Builder.productDescription(String productDescription) The Reserved Instance product platform description.ReservedInstances.Builder.productDescription(RIProductDescription productDescription) The Reserved Instance product platform description.ReservedInstances.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.ReservedInstances.Builder.recurringCharges(Consumer<RecurringCharge.Builder>... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstances.Builder.recurringCharges(RecurringCharge... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstances.Builder.reservedInstancesId(String reservedInstancesId) The ID of the Reserved Instance.The scope of the Reserved Instance.The scope of the Reserved Instance.The date and time the Reserved Instance started.The state of the Reserved Instance purchase.ReservedInstances.Builder.state(ReservedInstanceState state) The state of the Reserved Instance purchase.ReservedInstances.Builder.tags(Collection<Tag> tags) Any tags assigned to the resource.ReservedInstances.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the resource.Any tags assigned to the resource.ReservedInstances.toBuilder()ReservedInstances.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 ReservedInstances.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReservedInstances.Builder>ReservedInstances.serializableBuilderClass()