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