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