Class NotebooksRuntimeTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.notebooks_runtime.NotebooksRuntimeTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NotebooksRuntimeTimeouts>
- Enclosing interface:
- NotebooksRuntimeTimeouts
@Stability(Stable) public static final class NotebooksRuntimeTimeouts.Builder extends Object implements software.amazon.jsii.Builder<NotebooksRuntimeTimeouts>
A builder forNotebooksRuntimeTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebooksRuntimeTimeoutsbuild()Builds the configured instance.NotebooksRuntimeTimeouts.Buildercreate(String create)Sets the value ofNotebooksRuntimeTimeouts.getCreate()NotebooksRuntimeTimeouts.Builderdelete(String delete)Sets the value ofNotebooksRuntimeTimeouts.getDelete()NotebooksRuntimeTimeouts.Builderupdate(String update)Sets the value ofNotebooksRuntimeTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public NotebooksRuntimeTimeouts.Builder create(String create)
Sets the value ofNotebooksRuntimeTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#create NotebooksRuntime#create}.- Returns:
this
-
delete
@Stability(Stable) public NotebooksRuntimeTimeouts.Builder delete(String delete)
Sets the value ofNotebooksRuntimeTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#delete NotebooksRuntime#delete}.- Returns:
this
-
update
@Stability(Stable) public NotebooksRuntimeTimeouts.Builder update(String update)
Sets the value ofNotebooksRuntimeTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#update NotebooksRuntime#update}.- Returns:
this
-
build
@Stability(Stable) public NotebooksRuntimeTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NotebooksRuntimeTimeouts>- Returns:
- a new instance of
NotebooksRuntimeTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-