Uses of Class
software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Builder
Packages that use CfnCapacityReservationFleetProps.Builder
-
Uses of CfnCapacityReservationFleetProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnCapacityReservationFleetProps.BuilderModifier and TypeMethodDescriptionCfnCapacityReservationFleetProps.Builder.allocationStrategy
(String allocationStrategy) Sets the value ofCfnCapacityReservationFleetProps.getAllocationStrategy()
CfnCapacityReservationFleetProps.builder()
Sets the value ofCfnCapacityReservationFleetProps.getEndDate()
CfnCapacityReservationFleetProps.Builder.instanceMatchCriteria
(String instanceMatchCriteria) Sets the value ofCfnCapacityReservationFleetProps.getInstanceMatchCriteria()
CfnCapacityReservationFleetProps.Builder.instanceTypeSpecifications
(List<? extends Object> instanceTypeSpecifications) Sets the value ofCfnCapacityReservationFleetProps.getInstanceTypeSpecifications()
CfnCapacityReservationFleetProps.Builder.instanceTypeSpecifications
(IResolvable instanceTypeSpecifications) Sets the value ofCfnCapacityReservationFleetProps.getInstanceTypeSpecifications()
CfnCapacityReservationFleetProps.Builder.noRemoveEndDate
(Boolean noRemoveEndDate) Sets the value ofCfnCapacityReservationFleetProps.getNoRemoveEndDate()
CfnCapacityReservationFleetProps.Builder.noRemoveEndDate
(IResolvable noRemoveEndDate) Sets the value ofCfnCapacityReservationFleetProps.getNoRemoveEndDate()
CfnCapacityReservationFleetProps.Builder.removeEndDate
(Boolean removeEndDate) Sets the value ofCfnCapacityReservationFleetProps.getRemoveEndDate()
CfnCapacityReservationFleetProps.Builder.removeEndDate
(IResolvable removeEndDate) Sets the value ofCfnCapacityReservationFleetProps.getRemoveEndDate()
CfnCapacityReservationFleetProps.Builder.tagSpecifications
(List<? extends CfnCapacityReservationFleet.TagSpecificationProperty> tagSpecifications) Sets the value ofCfnCapacityReservationFleetProps.getTagSpecifications()
Sets the value ofCfnCapacityReservationFleetProps.getTenancy()
CfnCapacityReservationFleetProps.Builder.totalTargetCapacity
(Number totalTargetCapacity) Sets the value ofCfnCapacityReservationFleetProps.getTotalTargetCapacity()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnCapacityReservationFleetProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCapacityReservationFleetProps.Builder
.