Uses of Interface
software.amazon.awssdk.services.deadline.model.VCpuCountRange.Builder
-
Packages that use VCpuCountRange.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of VCpuCountRange.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return VCpuCountRange.Builder Modifier and Type Method Description static VCpuCountRange.BuilderVCpuCountRange. builder()VCpuCountRange.BuilderVCpuCountRange.Builder. max(Integer max)The maximum amount of vCPU.VCpuCountRange.BuilderVCpuCountRange.Builder. min(Integer min)The minimum amount of vCPU.VCpuCountRange.BuilderVCpuCountRange. toBuilder()Methods in software.amazon.awssdk.services.deadline.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.deadline.model with type arguments of type VCpuCountRange.Builder Modifier and Type Method Description default CustomerManagedWorkerCapabilities.BuilderCustomerManagedWorkerCapabilities.Builder. vCpuCount(Consumer<VCpuCountRange.Builder> vCpuCount)The vCPU count for the customer manged worker capabilities.default ServiceManagedEc2InstanceCapabilities.BuilderServiceManagedEc2InstanceCapabilities.Builder. vCpuCount(Consumer<VCpuCountRange.Builder> vCpuCount)The amount of vCPU to require for instances in this fleet.
-