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