Uses of Interface
software.amazon.awssdk.services.ec2.model.CapacityBlock.Builder
Packages that use CapacityBlock.Builder
-
Uses of CapacityBlock.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityBlock.BuilderModifier and TypeMethodDescriptionCapacityBlock.Builder.availabilityZone(String availabilityZone) The Availability Zone of the Capacity Block.CapacityBlock.Builder.availabilityZoneId(String availabilityZoneId) The Availability Zone ID of the Capacity Block.static CapacityBlock.BuilderCapacityBlock.builder()CapacityBlock.Builder.capacityBlockId(String capacityBlockId) The ID of the Capacity Block.CapacityBlock.Builder.capacityReservationIds(String... capacityReservationIds) The ID of the Capacity Reservation.CapacityBlock.Builder.capacityReservationIds(Collection<String> capacityReservationIds) The ID of the Capacity Reservation.CapacityBlock.Builder.createDate(Instant createDate) The date and time at which the Capacity Block was created.The date and time at which the Capacity Block expires.The date and time at which the Capacity Block was started.The state of the Capacity Block.CapacityBlock.Builder.state(CapacityBlockResourceState state) The state of the Capacity Block.CapacityBlock.Builder.tags(Collection<Tag> tags) The tags assigned to the Capacity Block.CapacityBlock.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the Capacity Block.The tags assigned to the Capacity Block.CapacityBlock.toBuilder()CapacityBlock.Builder.ultraserverType(String ultraserverType) The EC2 UltraServer type of the Capacity Block.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacityBlock.Builder>CapacityBlock.serializableBuilderClass()