Class NotebooksRuntimeSoftwareConfigKernels.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.notebooks_runtime.NotebooksRuntimeSoftwareConfigKernels.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NotebooksRuntimeSoftwareConfigKernels>
- Enclosing interface:
- NotebooksRuntimeSoftwareConfigKernels
@Stability(Stable) public static final class NotebooksRuntimeSoftwareConfigKernels.Builder extends Object implements software.amazon.jsii.Builder<NotebooksRuntimeSoftwareConfigKernels>
A builder forNotebooksRuntimeSoftwareConfigKernels
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebooksRuntimeSoftwareConfigKernelsbuild()Builds the configured instance.NotebooksRuntimeSoftwareConfigKernels.Builderrepository(String repository)Sets the value ofNotebooksRuntimeSoftwareConfigKernels.getRepository()NotebooksRuntimeSoftwareConfigKernels.Buildertag(String tag)Sets the value ofNotebooksRuntimeSoftwareConfigKernels.getTag()
-
-
-
Method Detail
-
repository
@Stability(Stable) public NotebooksRuntimeSoftwareConfigKernels.Builder repository(String repository)
Sets the value ofNotebooksRuntimeSoftwareConfigKernels.getRepository()- Parameters:
repository- The path to the container image repository. For example: gcr.io/{project_id}/{imageName}. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#repository NotebooksRuntime#repository}- Returns:
this
-
tag
@Stability(Stable) public NotebooksRuntimeSoftwareConfigKernels.Builder tag(String tag)
Sets the value ofNotebooksRuntimeSoftwareConfigKernels.getTag()- Parameters:
tag- The tag of the container image. If not specified, this defaults to the latest tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#tag NotebooksRuntime#tag}- Returns:
this
-
build
@Stability(Stable) public NotebooksRuntimeSoftwareConfigKernels build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NotebooksRuntimeSoftwareConfigKernels>- Returns:
- a new instance of
NotebooksRuntimeSoftwareConfigKernels - Throws:
NullPointerException- if any required attribute was not provided
-
-