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