Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnCapacityReservationFleetPropsMixin.Builder
Packages that use CfnCapacityReservationFleetPropsMixin.Builder
-
Uses of CfnCapacityReservationFleetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnCapacityReservationFleetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCapacityReservationFleetPropsMixin.Builder.allocationStrategy(String allocationStrategy) The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use.CfnCapacityReservationFleetPropsMixin.Builder.create()CfnCapacityReservationFleetPropsMixin.Builder.create(CfnPropertyMixinOptions options) The date and time at which the Capacity Reservation Fleet expires.CfnCapacityReservationFleetPropsMixin.Builder.instanceMatchCriteria(String instanceMatchCriteria) Indicates the type of instance launches that the Capacity Reservation Fleet accepts.CfnCapacityReservationFleetPropsMixin.Builder.instanceTypeSpecifications(List<? extends Object> instanceTypeSpecifications) Information about the instance types for which to reserve the capacity.CfnCapacityReservationFleetPropsMixin.Builder.instanceTypeSpecifications(IResolvable instanceTypeSpecifications) Information about the instance types for which to reserve the capacity.CfnCapacityReservationFleetPropsMixin.Builder.noRemoveEndDate(Boolean noRemoveEndDate) Used to add an end date to a Capacity Reservation Fleet that has no end date and time.CfnCapacityReservationFleetPropsMixin.Builder.noRemoveEndDate(IResolvable noRemoveEndDate) Used to add an end date to a Capacity Reservation Fleet that has no end date and time.CfnCapacityReservationFleetPropsMixin.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.CfnCapacityReservationFleetPropsMixin.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.CfnCapacityReservationFleetPropsMixin.Builder.tagSpecifications(List<? extends Object> tagSpecifications) The tags to assign to the Capacity Reservation Fleet.CfnCapacityReservationFleetPropsMixin.Builder.tagSpecifications(IResolvable tagSpecifications) The tags to assign to the Capacity Reservation Fleet.Indicates the tenancy of the Capacity Reservation Fleet.CfnCapacityReservationFleetPropsMixin.Builder.totalTargetCapacity(Number totalTargetCapacity) The total number of capacity units to be reserved by the Capacity Reservation Fleet.