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