Uses of Interface
software.amazon.awssdk.services.ec2.model.VCpuCountRange.Builder
-
Packages that use VCpuCountRange.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VCpuCountRange.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VCpuCountRange.Builder Modifier and Type Method Description static VCpuCountRange.BuilderVCpuCountRange. builder()VCpuCountRange.BuilderVCpuCountRange.Builder. max(Integer max)The maximum number of vCPUs.VCpuCountRange.BuilderVCpuCountRange.Builder. min(Integer min)The minimum number of vCPUs.VCpuCountRange.BuilderVCpuCountRange. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VCpuCountRange.Builder Modifier and Type Method Description static Class<? extends VCpuCountRange.Builder>VCpuCountRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VCpuCountRange.Builder Modifier and Type Method Description default InstanceRequirements.BuilderInstanceRequirements.Builder. vCpuCount(Consumer<VCpuCountRange.Builder> vCpuCount)The minimum and maximum number of vCPUs.
-