Uses of Class
software.amazon.awscdk.services.autoscaling.InstancesDistribution.Builder
Packages that use InstancesDistribution.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of InstancesDistribution.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return InstancesDistribution.BuilderModifier 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()Constructors in software.amazon.awscdk.services.autoscaling with parameters of type InstancesDistribution.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(InstancesDistribution.Builder builder) Constructor that initializes the object based on literal property values passed by theInstancesDistribution.Builder.