Class FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.firebase_app_check_recaptcha_enterprise_config.FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts>
- Enclosing interface:
- FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts
@Stability(Stable) public static final class FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builder extends Object implements software.amazon.jsii.Builder<FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts>
A builder forFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirebaseAppCheckRecaptchaEnterpriseConfigTimeoutsbuild()Builds the configured instance.FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Buildercreate(String create)Sets the value ofFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.getCreate()FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builderdelete(String delete)Sets the value ofFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.getDelete()FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builderupdate(String update)Sets the value ofFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builder create(String create)
Sets the value ofFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_enterprise_config#create FirebaseAppCheckRecaptchaEnterpriseConfig#create}.- Returns:
this
-
delete
@Stability(Stable) public FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builder delete(String delete)
Sets the value ofFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_enterprise_config#delete FirebaseAppCheckRecaptchaEnterpriseConfig#delete}.- Returns:
this
-
update
@Stability(Stable) public FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.Builder update(String update)
Sets the value ofFirebaseAppCheckRecaptchaEnterpriseConfigTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firebase_app_check_recaptcha_enterprise_config#update FirebaseAppCheckRecaptchaEnterpriseConfig#update}.- Returns:
this
-
build
@Stability(Stable) public FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts>- Returns:
- a new instance of
FirebaseAppCheckRecaptchaEnterpriseConfigTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-