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