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