Uses of Class
com.hashicorp.cdktf.providers.google.compute_subnetwork.ComputeSubnetworkTimeouts.Builder
-
Packages that use ComputeSubnetworkTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.compute_subnetwork google_compute_subnetwork -
-
Uses of ComputeSubnetworkTimeouts.Builder in com.hashicorp.cdktf.providers.google.compute_subnetwork
Methods in com.hashicorp.cdktf.providers.google.compute_subnetwork that return ComputeSubnetworkTimeouts.Builder Modifier and Type Method Description static ComputeSubnetworkTimeouts.BuilderComputeSubnetworkTimeouts. builder()ComputeSubnetworkTimeouts.BuilderComputeSubnetworkTimeouts.Builder. create(String create)Sets the value ofComputeSubnetworkTimeouts.getCreate()ComputeSubnetworkTimeouts.BuilderComputeSubnetworkTimeouts.Builder. delete(String delete)Sets the value ofComputeSubnetworkTimeouts.getDelete()ComputeSubnetworkTimeouts.BuilderComputeSubnetworkTimeouts.Builder. update(String update)Sets the value ofComputeSubnetworkTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.google.compute_subnetwork with parameters of type ComputeSubnetworkTimeouts.Builder Constructor Description Jsii$Proxy(ComputeSubnetworkTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSubnetworkTimeouts.Builder.
-