Uses of Interface
software.amazon.awssdk.services.ec2.model.TargetCapacitySpecification.Builder
Packages that use TargetCapacitySpecification.Builder
-
Uses of TargetCapacitySpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TargetCapacitySpecification.BuilderModifier and TypeMethodDescriptionTargetCapacitySpecification.builder()TargetCapacitySpecification.Builder.defaultTargetCapacityType(String defaultTargetCapacityType) The default target capacity type.TargetCapacitySpecification.Builder.defaultTargetCapacityType(DefaultTargetCapacityType defaultTargetCapacityType) The default target capacity type.TargetCapacitySpecification.Builder.onDemandTargetCapacity(Integer onDemandTargetCapacity) The number of On-Demand units to request.TargetCapacitySpecification.Builder.spotTargetCapacity(Integer spotTargetCapacity) The maximum number of Spot units to launch.TargetCapacitySpecification.Builder.targetCapacityUnitType(String targetCapacityUnitType) The unit for the target capacity.TargetCapacitySpecification.Builder.targetCapacityUnitType(TargetCapacityUnitType targetCapacityUnitType) The unit for the target capacity.TargetCapacitySpecification.toBuilder()TargetCapacitySpecification.Builder.totalTargetCapacity(Integer totalTargetCapacity) The number of units to request, filled the default target capacity type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetCapacitySpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetCapacitySpecification.Builder>TargetCapacitySpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TargetCapacitySpecification.BuilderModifier and TypeMethodDescriptiondefault FleetData.BuilderFleetData.Builder.targetCapacitySpecification(Consumer<TargetCapacitySpecification.Builder> targetCapacitySpecification) The number of units to request.