Uses of Class
com.hashicorp.cdktf.providers.aws.instance.InstanceCpuOptions.Builder
-
Packages that use InstanceCpuOptions.Builder Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceCpuOptions.Builder in com.hashicorp.cdktf.providers.aws.instance
Methods in com.hashicorp.cdktf.providers.aws.instance that return InstanceCpuOptions.Builder Modifier and Type Method Description InstanceCpuOptions.BuilderInstanceCpuOptions.Builder. amdSevSnp(String amdSevSnp)Sets the value ofInstanceCpuOptions.getAmdSevSnp()static InstanceCpuOptions.BuilderInstanceCpuOptions. builder()InstanceCpuOptions.BuilderInstanceCpuOptions.Builder. coreCount(Number coreCount)Sets the value ofInstanceCpuOptions.getCoreCount()InstanceCpuOptions.BuilderInstanceCpuOptions.Builder. threadsPerCore(Number threadsPerCore)Sets the value ofInstanceCpuOptions.getThreadsPerCore()Constructors in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceCpuOptions.Builder Constructor Description Jsii$Proxy(InstanceCpuOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theInstanceCpuOptions.Builder.
-