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