Uses of Interface
software.amazon.awssdk.services.ec2.model.ReservedInstancesListing.Builder
Packages that use ReservedInstancesListing.Builder
-
Uses of ReservedInstancesListing.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservedInstancesListing.BuilderModifier and TypeMethodDescriptionReservedInstancesListing.builder()ReservedInstancesListing.Builder.clientToken(String clientToken) A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.ReservedInstancesListing.Builder.createDate(Instant createDate) The time the listing was created.ReservedInstancesListing.Builder.instanceCounts(Collection<InstanceCount> instanceCounts) The number of instances in this state.ReservedInstancesListing.Builder.instanceCounts(Consumer<InstanceCount.Builder>... instanceCounts) The number of instances in this state.ReservedInstancesListing.Builder.instanceCounts(InstanceCount... instanceCounts) The number of instances in this state.ReservedInstancesListing.Builder.priceSchedules(Collection<PriceSchedule> priceSchedules) The price of the Reserved Instance listing.ReservedInstancesListing.Builder.priceSchedules(Consumer<PriceSchedule.Builder>... priceSchedules) The price of the Reserved Instance listing.ReservedInstancesListing.Builder.priceSchedules(PriceSchedule... priceSchedules) The price of the Reserved Instance listing.ReservedInstancesListing.Builder.reservedInstancesId(String reservedInstancesId) The ID of the Reserved Instance.ReservedInstancesListing.Builder.reservedInstancesListingId(String reservedInstancesListingId) The ID of the Reserved Instance listing.The status of the Reserved Instance listing.ReservedInstancesListing.Builder.status(ListingStatus status) The status of the Reserved Instance listing.ReservedInstancesListing.Builder.statusMessage(String statusMessage) The reason for the current status of the Reserved Instance listing.ReservedInstancesListing.Builder.tags(Collection<Tag> tags) Any tags assigned to the resource.ReservedInstancesListing.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the resource.Any tags assigned to the resource.ReservedInstancesListing.toBuilder()ReservedInstancesListing.Builder.updateDate(Instant updateDate) The last modified timestamp of the listing.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservedInstancesListing.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReservedInstancesListing.Builder>ReservedInstancesListing.serializableBuilderClass()