Uses of Class
com.hashicorp.cdktf.providers.google.compute_network_attachment.ComputeNetworkAttachmentTimeouts.Builder
-
Packages that use ComputeNetworkAttachmentTimeouts.Builder Package Description com.hashicorp.cdktf.providers.google.compute_network_attachment google_compute_network_attachment -
-
Uses of ComputeNetworkAttachmentTimeouts.Builder in com.hashicorp.cdktf.providers.google.compute_network_attachment
Methods in com.hashicorp.cdktf.providers.google.compute_network_attachment that return ComputeNetworkAttachmentTimeouts.Builder Modifier and Type Method Description static ComputeNetworkAttachmentTimeouts.BuilderComputeNetworkAttachmentTimeouts. builder()ComputeNetworkAttachmentTimeouts.BuilderComputeNetworkAttachmentTimeouts.Builder. create(String create)Sets the value ofComputeNetworkAttachmentTimeouts.getCreate()ComputeNetworkAttachmentTimeouts.BuilderComputeNetworkAttachmentTimeouts.Builder. delete(String delete)Sets the value ofComputeNetworkAttachmentTimeouts.getDelete()Constructors in com.hashicorp.cdktf.providers.google.compute_network_attachment with parameters of type ComputeNetworkAttachmentTimeouts.Builder Constructor Description Jsii$Proxy(ComputeNetworkAttachmentTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkAttachmentTimeouts.Builder.
-