Uses of Class
com.hashicorp.cdktf.providers.aws.ec2_fleet.Ec2FleetSpotOptions.Builder
-
Packages that use Ec2FleetSpotOptions.Builder Package Description com.hashicorp.cdktf.providers.aws.ec2_fleet aws_ec2_fleet -
-
Uses of Ec2FleetSpotOptions.Builder in com.hashicorp.cdktf.providers.aws.ec2_fleet
Methods in com.hashicorp.cdktf.providers.aws.ec2_fleet that return Ec2FleetSpotOptions.Builder Modifier and Type Method Description Ec2FleetSpotOptions.BuilderEc2FleetSpotOptions.Builder. allocationStrategy(String allocationStrategy)Sets the value ofEc2FleetSpotOptions.getAllocationStrategy()static Ec2FleetSpotOptions.BuilderEc2FleetSpotOptions. builder()Ec2FleetSpotOptions.BuilderEc2FleetSpotOptions.Builder. instanceInterruptionBehavior(String instanceInterruptionBehavior)Sets the value ofEc2FleetSpotOptions.getInstanceInterruptionBehavior()Ec2FleetSpotOptions.BuilderEc2FleetSpotOptions.Builder. instancePoolsToUseCount(Number instancePoolsToUseCount)Sets the value ofEc2FleetSpotOptions.getInstancePoolsToUseCount()Ec2FleetSpotOptions.BuilderEc2FleetSpotOptions.Builder. maintenanceStrategies(Ec2FleetSpotOptionsMaintenanceStrategies maintenanceStrategies)Sets the value ofEc2FleetSpotOptions.getMaintenanceStrategies()Constructors in com.hashicorp.cdktf.providers.aws.ec2_fleet with parameters of type Ec2FleetSpotOptions.Builder Constructor Description Jsii$Proxy(Ec2FleetSpotOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theEc2FleetSpotOptions.Builder.
-