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