Uses of Interface
software.amazon.awssdk.services.ec2.model.VCpuCountRange.Builder
Packages that use VCpuCountRange.Builder
-
Uses of VCpuCountRange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VCpuCountRange.BuilderModifier and TypeMethodDescriptionstatic VCpuCountRange.BuilderVCpuCountRange.builder()The maximum number of vCPUs.The minimum number of vCPUs.VCpuCountRange.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VCpuCountRange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VCpuCountRange.Builder>VCpuCountRange.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VCpuCountRange.BuilderModifier and TypeMethodDescriptiondefault InstanceRequirements.BuilderInstanceRequirements.Builder.vCpuCount(Consumer<VCpuCountRange.Builder> vCpuCount) The minimum and maximum number of vCPUs.