Uses of Class
software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.Builder
Packages that use CfnCapacityReservationFleet.Builder
-
Uses of CfnCapacityReservationFleet.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnCapacityReservationFleet.BuilderModifier and TypeMethodDescriptionCfnCapacityReservationFleet.Builder.allocationStrategy(String allocationStrategy) The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use.The date and time at which the Capacity Reservation Fleet expires.CfnCapacityReservationFleet.Builder.instanceMatchCriteria(String instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CfnCapacityReservationFleet.Builder.instanceTypeSpecifications(List<? extends Object> instanceTypeSpecifications) Information about the instance types for which to reserve the capacity.CfnCapacityReservationFleet.Builder.instanceTypeSpecifications(IResolvable instanceTypeSpecifications) Information about the instance types for which to reserve the capacity.CfnCapacityReservationFleet.Builder.noRemoveEndDate(Boolean noRemoveEndDate) Used to add an end date to a Capacity Reservation Fleet that has no end date and time.CfnCapacityReservationFleet.Builder.noRemoveEndDate(IResolvable noRemoveEndDate) Used to add an end date to a Capacity Reservation Fleet that has no end date and time.CfnCapacityReservationFleet.Builder.removeEndDate(Boolean removeEndDate) Used to remove an end date from a Capacity Reservation Fleet that is configured to end automatically at a specific date and time.CfnCapacityReservationFleet.Builder.removeEndDate(IResolvable removeEndDate) Used to remove an end date from a Capacity Reservation Fleet that is configured to end automatically at a specific date and time.CfnCapacityReservationFleet.Builder.tagSpecifications(List<? extends Object> tagSpecifications) The tags to assign to the Capacity Reservation Fleet.CfnCapacityReservationFleet.Builder.tagSpecifications(IResolvable tagSpecifications) The tags to assign to the Capacity Reservation Fleet.Indicates the tenancy of the Capacity Reservation Fleet.CfnCapacityReservationFleet.Builder.totalTargetCapacity(Number totalTargetCapacity) The total number of capacity units to be reserved by the Capacity Reservation Fleet.