Uses of Interface
software.amazon.awssdk.services.ec2.model.VCpuInfo.Builder
Packages that use VCpuInfo.Builder
-
Uses of VCpuInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VCpuInfo.BuilderModifier and TypeMethodDescriptionstatic VCpuInfo.BuilderVCpuInfo.builder()VCpuInfo.Builder.defaultCores(Integer defaultCores) The default number of cores for the instance type.VCpuInfo.Builder.defaultThreadsPerCore(Integer defaultThreadsPerCore) The default number of threads per core for the instance type.VCpuInfo.Builder.defaultVCpus(Integer defaultVCpus) The default number of vCPUs for the instance type.VCpuInfo.toBuilder()VCpuInfo.Builder.validCores(Integer... validCores) The valid number of cores that can be configured for the instance type.VCpuInfo.Builder.validCores(Collection<Integer> validCores) The valid number of cores that can be configured for the instance type.VCpuInfo.Builder.validThreadsPerCore(Integer... validThreadsPerCore) The valid number of threads per core that can be configured for the instance type.VCpuInfo.Builder.validThreadsPerCore(Collection<Integer> validThreadsPerCore) The valid number of threads per core that can be configured for the instance type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VCpuInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VCpuInfo.Builder>VCpuInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VCpuInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.vCpuInfo(Consumer<VCpuInfo.Builder> vCpuInfo) Describes the vCPU configurations for the instance type.