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