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