Uses of Class
software.amazon.awscdk.services.autoscaling.InstancesDistribution.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of InstancesDistribution.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionInstancesDistribution.builder()
InstancesDistribution.Builder.onDemandAllocationStrategy
(OnDemandAllocationStrategy onDemandAllocationStrategy) Sets the value ofInstancesDistribution.getOnDemandAllocationStrategy()
InstancesDistribution.Builder.onDemandBaseCapacity
(Number onDemandBaseCapacity) Sets the value ofInstancesDistribution.getOnDemandBaseCapacity()
InstancesDistribution.Builder.onDemandPercentageAboveBaseCapacity
(Number onDemandPercentageAboveBaseCapacity) Sets the value ofInstancesDistribution.getOnDemandPercentageAboveBaseCapacity()
InstancesDistribution.Builder.spotAllocationStrategy
(SpotAllocationStrategy spotAllocationStrategy) Sets the value ofInstancesDistribution.getSpotAllocationStrategy()
InstancesDistribution.Builder.spotInstancePools
(Number spotInstancePools) Sets the value ofInstancesDistribution.getSpotInstancePools()
InstancesDistribution.Builder.spotMaxPrice
(String spotMaxPrice) Sets the value ofInstancesDistribution.getSpotMaxPrice()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(InstancesDistribution.Builder builder) Constructor that initializes the object based on literal property values passed by theInstancesDistribution.Builder
.