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