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