Class RecaptchaEnterpriseKeyIosSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyIosSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecaptchaEnterpriseKeyIosSettings>
- Enclosing interface:
- RecaptchaEnterpriseKeyIosSettings
@Stability(Stable) public static final class RecaptchaEnterpriseKeyIosSettings.Builder extends Object implements software.amazon.jsii.Builder<RecaptchaEnterpriseKeyIosSettings>
A builder forRecaptchaEnterpriseKeyIosSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecaptchaEnterpriseKeyIosSettings.BuilderallowAllBundleIds(com.hashicorp.cdktf.IResolvable allowAllBundleIds)Sets the value ofRecaptchaEnterpriseKeyIosSettings.getAllowAllBundleIds()RecaptchaEnterpriseKeyIosSettings.BuilderallowAllBundleIds(Boolean allowAllBundleIds)Sets the value ofRecaptchaEnterpriseKeyIosSettings.getAllowAllBundleIds()RecaptchaEnterpriseKeyIosSettings.BuilderallowedBundleIds(List<String> allowedBundleIds)Sets the value ofRecaptchaEnterpriseKeyIosSettings.getAllowedBundleIds()RecaptchaEnterpriseKeyIosSettingsbuild()Builds the configured instance.
-
-
-
Method Detail
-
allowAllBundleIds
@Stability(Stable) public RecaptchaEnterpriseKeyIosSettings.Builder allowAllBundleIds(Boolean allowAllBundleIds)
Sets the value ofRecaptchaEnterpriseKeyIosSettings.getAllowAllBundleIds()- Parameters:
allowAllBundleIds- If set to true, it means allowed_bundle_ids 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_bundle_ids RecaptchaEnterpriseKey#allow_all_bundle_ids}- Returns:
this
-
allowAllBundleIds
@Stability(Stable) public RecaptchaEnterpriseKeyIosSettings.Builder allowAllBundleIds(com.hashicorp.cdktf.IResolvable allowAllBundleIds)
Sets the value ofRecaptchaEnterpriseKeyIosSettings.getAllowAllBundleIds()- Parameters:
allowAllBundleIds- If set to true, it means allowed_bundle_ids 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_bundle_ids RecaptchaEnterpriseKey#allow_all_bundle_ids}- Returns:
this
-
allowedBundleIds
@Stability(Stable) public RecaptchaEnterpriseKeyIosSettings.Builder allowedBundleIds(List<String> allowedBundleIds)
Sets the value ofRecaptchaEnterpriseKeyIosSettings.getAllowedBundleIds()- Parameters:
allowedBundleIds- iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allowed_bundle_ids RecaptchaEnterpriseKey#allowed_bundle_ids}- Returns:
this
-
build
@Stability(Stable) public RecaptchaEnterpriseKeyIosSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecaptchaEnterpriseKeyIosSettings>- Returns:
- a new instance of
RecaptchaEnterpriseKeyIosSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-