Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityBlockOffering.Builder
Packages that use CapacityBlockOffering.Builder
-
Uses of CapacityBlockOffering.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityBlockOffering.BuilderModifier and TypeMethodDescriptionCapacityBlockOffering.Builder.availabilityZone(String availabilityZone) The Availability Zone of the Capacity Block offering.CapacityBlockOffering.builder()CapacityBlockOffering.Builder.capacityBlockDurationHours(Integer capacityBlockDurationHours) The number of hours (in addition tocapacityBlockDurationMinutes) for the duration of the Capacity Block reservation.CapacityBlockOffering.Builder.capacityBlockDurationMinutes(Integer capacityBlockDurationMinutes) The number of minutes (in addition tocapacityBlockDurationHours) for the duration of the Capacity Block reservation.CapacityBlockOffering.Builder.capacityBlockOfferingId(String capacityBlockOfferingId) The ID of the Capacity Block offering.CapacityBlockOffering.Builder.currencyCode(String currencyCode) The currency of the payment for the Capacity Block.The end date of the Capacity Block offering.CapacityBlockOffering.Builder.instanceCount(Integer instanceCount) The number of instances in the Capacity Block offering.CapacityBlockOffering.Builder.instanceType(String instanceType) The instance type of the Capacity Block offering.The start date of the Capacity Block offering.The tenancy of the Capacity Block.CapacityBlockOffering.Builder.tenancy(CapacityReservationTenancy tenancy) The tenancy of the Capacity Block.CapacityBlockOffering.toBuilder()CapacityBlockOffering.Builder.ultraserverCount(Integer ultraserverCount) The number of EC2 UltraServers in the offering.CapacityBlockOffering.Builder.ultraserverType(String ultraserverType) The EC2 UltraServer type of the Capacity Block offering.CapacityBlockOffering.Builder.upfrontFee(String upfrontFee) The total price to be paid up front.The type of zone where the Capacity Block offering is available.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityBlockOffering.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityBlockOffering.Builder>CapacityBlockOffering.serializableBuilderClass()