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