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