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