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