Uses of Class
com.hashicorp.cdktf.providers.google.workbench_instance.WorkbenchInstanceGceSetupBootDisk.Builder
-
Packages that use WorkbenchInstanceGceSetupBootDisk.Builder Package Description com.hashicorp.cdktf.providers.google.workbench_instance google_workbench_instance -
-
Uses of WorkbenchInstanceGceSetupBootDisk.Builder in com.hashicorp.cdktf.providers.google.workbench_instance
Methods in com.hashicorp.cdktf.providers.google.workbench_instance that return WorkbenchInstanceGceSetupBootDisk.Builder Modifier and Type Method Description static WorkbenchInstanceGceSetupBootDisk.BuilderWorkbenchInstanceGceSetupBootDisk. builder()WorkbenchInstanceGceSetupBootDisk.BuilderWorkbenchInstanceGceSetupBootDisk.Builder. diskEncryption(String diskEncryption)Sets the value ofWorkbenchInstanceGceSetupBootDisk.getDiskEncryption()WorkbenchInstanceGceSetupBootDisk.BuilderWorkbenchInstanceGceSetupBootDisk.Builder. diskSizeGb(String diskSizeGb)Sets the value ofWorkbenchInstanceGceSetupBootDisk.getDiskSizeGb()WorkbenchInstanceGceSetupBootDisk.BuilderWorkbenchInstanceGceSetupBootDisk.Builder. diskType(String diskType)Sets the value ofWorkbenchInstanceGceSetupBootDisk.getDiskType()WorkbenchInstanceGceSetupBootDisk.BuilderWorkbenchInstanceGceSetupBootDisk.Builder. kmsKey(String kmsKey)Sets the value ofWorkbenchInstanceGceSetupBootDisk.getKmsKey()Constructors in com.hashicorp.cdktf.providers.google.workbench_instance with parameters of type WorkbenchInstanceGceSetupBootDisk.Builder Constructor Description Jsii$Proxy(WorkbenchInstanceGceSetupBootDisk.Builder builder)Constructor that initializes the object based on literal property values passed by theWorkbenchInstanceGceSetupBootDisk.Builder.
-