Uses of Class
com.hashicorp.cdktf.providers.google.notebooks_instance.NotebooksInstanceVmImage.Builder
-
Packages that use NotebooksInstanceVmImage.Builder Package Description com.hashicorp.cdktf.providers.google.notebooks_instance google_notebooks_instance -
-
Uses of NotebooksInstanceVmImage.Builder in com.hashicorp.cdktf.providers.google.notebooks_instance
Methods in com.hashicorp.cdktf.providers.google.notebooks_instance that return NotebooksInstanceVmImage.Builder Modifier and Type Method Description static NotebooksInstanceVmImage.BuilderNotebooksInstanceVmImage. builder()NotebooksInstanceVmImage.BuilderNotebooksInstanceVmImage.Builder. imageFamily(String imageFamily)Sets the value ofNotebooksInstanceVmImage.getImageFamily()NotebooksInstanceVmImage.BuilderNotebooksInstanceVmImage.Builder. imageName(String imageName)Sets the value ofNotebooksInstanceVmImage.getImageName()NotebooksInstanceVmImage.BuilderNotebooksInstanceVmImage.Builder. project(String project)Sets the value ofNotebooksInstanceVmImage.getProject()Constructors in com.hashicorp.cdktf.providers.google.notebooks_instance with parameters of type NotebooksInstanceVmImage.Builder Constructor Description Jsii$Proxy(NotebooksInstanceVmImage.Builder builder)Constructor that initializes the object based on literal property values passed by theNotebooksInstanceVmImage.Builder.
-