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