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