Uses of Class
com.hashicorp.cdktf.providers.aws.docdb_cluster.DocdbClusterTimeouts.Builder
-
Packages that use DocdbClusterTimeouts.Builder Package Description com.hashicorp.cdktf.providers.aws.docdb_cluster aws_docdb_cluster -
-
Uses of DocdbClusterTimeouts.Builder in com.hashicorp.cdktf.providers.aws.docdb_cluster
Methods in com.hashicorp.cdktf.providers.aws.docdb_cluster that return DocdbClusterTimeouts.Builder Modifier and Type Method Description static DocdbClusterTimeouts.BuilderDocdbClusterTimeouts. builder()DocdbClusterTimeouts.BuilderDocdbClusterTimeouts.Builder. create(String create)Sets the value ofDocdbClusterTimeouts.getCreate()DocdbClusterTimeouts.BuilderDocdbClusterTimeouts.Builder. delete(String delete)Sets the value ofDocdbClusterTimeouts.getDelete()DocdbClusterTimeouts.BuilderDocdbClusterTimeouts.Builder. update(String update)Sets the value ofDocdbClusterTimeouts.getUpdate()Constructors in com.hashicorp.cdktf.providers.aws.docdb_cluster with parameters of type DocdbClusterTimeouts.Builder Constructor Description Jsii$Proxy(DocdbClusterTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theDocdbClusterTimeouts.Builder.
-