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