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