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