Class RecaptchaEnterpriseKeyAndroidSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyAndroidSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecaptchaEnterpriseKeyAndroidSettings>
- Enclosing interface:
- RecaptchaEnterpriseKeyAndroidSettings
@Stability(Stable) public static final class RecaptchaEnterpriseKeyAndroidSettings.Builder extends Object implements software.amazon.jsii.Builder<RecaptchaEnterpriseKeyAndroidSettings>
A builder forRecaptchaEnterpriseKeyAndroidSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecaptchaEnterpriseKeyAndroidSettings.BuilderallowAllPackageNames(com.hashicorp.cdktf.IResolvable allowAllPackageNames)Sets the value ofRecaptchaEnterpriseKeyAndroidSettings.getAllowAllPackageNames()RecaptchaEnterpriseKeyAndroidSettings.BuilderallowAllPackageNames(Boolean allowAllPackageNames)Sets the value ofRecaptchaEnterpriseKeyAndroidSettings.getAllowAllPackageNames()RecaptchaEnterpriseKeyAndroidSettings.BuilderallowedPackageNames(List<String> allowedPackageNames)Sets the value ofRecaptchaEnterpriseKeyAndroidSettings.getAllowedPackageNames()RecaptchaEnterpriseKeyAndroidSettingsbuild()Builds the configured instance.
-
-
-
Method Detail
-
allowAllPackageNames
@Stability(Stable) public RecaptchaEnterpriseKeyAndroidSettings.Builder allowAllPackageNames(Boolean allowAllPackageNames)
Sets the value ofRecaptchaEnterpriseKeyAndroidSettings.getAllowAllPackageNames()- Parameters:
allowAllPackageNames- If set to true, it means allowed_package_names will not be enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allow_all_package_names RecaptchaEnterpriseKey#allow_all_package_names}- Returns:
this
-
allowAllPackageNames
@Stability(Stable) public RecaptchaEnterpriseKeyAndroidSettings.Builder allowAllPackageNames(com.hashicorp.cdktf.IResolvable allowAllPackageNames)
Sets the value ofRecaptchaEnterpriseKeyAndroidSettings.getAllowAllPackageNames()- Parameters:
allowAllPackageNames- If set to true, it means allowed_package_names will not be enforced. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allow_all_package_names RecaptchaEnterpriseKey#allow_all_package_names}- Returns:
this
-
allowedPackageNames
@Stability(Stable) public RecaptchaEnterpriseKeyAndroidSettings.Builder allowedPackageNames(List<String> allowedPackageNames)
Sets the value ofRecaptchaEnterpriseKeyAndroidSettings.getAllowedPackageNames()- Parameters:
allowedPackageNames- Android package names of apps allowed to use the key. Example: 'com.companyname.appname'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allowed_package_names RecaptchaEnterpriseKey#allowed_package_names}- Returns:
this
-
build
@Stability(Stable) public RecaptchaEnterpriseKeyAndroidSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecaptchaEnterpriseKeyAndroidSettings>- Returns:
- a new instance of
RecaptchaEnterpriseKeyAndroidSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-