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