Uses of Class
software.amazon.awscdk.services.autoscaling.CfnAutoScalingGroup.InstancesDistributionProperty.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnAutoScalingGroup.InstancesDistributionProperty.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnAutoScalingGroup.InstancesDistributionProperty.builder()
CfnAutoScalingGroup.InstancesDistributionProperty.Builder.onDemandAllocationStrategy
(String onDemandAllocationStrategy) CfnAutoScalingGroup.InstancesDistributionProperty.Builder.onDemandBaseCapacity
(Number onDemandBaseCapacity) CfnAutoScalingGroup.InstancesDistributionProperty.Builder.onDemandPercentageAboveBaseCapacity
(Number onDemandPercentageAboveBaseCapacity) CfnAutoScalingGroup.InstancesDistributionProperty.Builder.spotAllocationStrategy
(String spotAllocationStrategy) CfnAutoScalingGroup.InstancesDistributionProperty.Builder.spotInstancePools
(Number spotInstancePools) Sets the value ofCfnAutoScalingGroup.InstancesDistributionProperty.getSpotInstancePools()
CfnAutoScalingGroup.InstancesDistributionProperty.Builder.spotMaxPrice
(String spotMaxPrice) Sets the value ofCfnAutoScalingGroup.InstancesDistributionProperty.getSpotMaxPrice()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAutoScalingGroup.InstancesDistributionProperty.Builder
.