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