Class RecaptchaEnterpriseKeyConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecaptchaEnterpriseKeyConfig>
- Enclosing interface:
- RecaptchaEnterpriseKeyConfig
@Stability(Stable) public static final class RecaptchaEnterpriseKeyConfig.Builder extends Object implements software.amazon.jsii.Builder<RecaptchaEnterpriseKeyConfig>
A builder forRecaptchaEnterpriseKeyConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder displayName(String displayName)
Sets the value ofRecaptchaEnterpriseKeyConfig.getDisplayName()- Parameters:
displayName- Human-readable display name of this key. Modifiable by user. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#display_name RecaptchaEnterpriseKey#display_name}- Returns:
this
-
androidSettings
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder androidSettings(RecaptchaEnterpriseKeyAndroidSettings androidSettings)
Sets the value ofRecaptchaEnterpriseKeyConfig.getAndroidSettings()- Parameters:
androidSettings- android_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#android_settings RecaptchaEnterpriseKey#android_settings}- Returns:
this
-
id
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder id(String id)
Sets the value ofRecaptchaEnterpriseKeyConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#id RecaptchaEnterpriseKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
iosSettings
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder iosSettings(RecaptchaEnterpriseKeyIosSettings iosSettings)
Sets the value ofRecaptchaEnterpriseKeyConfig.getIosSettings()- Parameters:
iosSettings- ios_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#ios_settings RecaptchaEnterpriseKey#ios_settings}- Returns:
this
-
labels
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder labels(Map<String,String> labels)
Sets the value ofRecaptchaEnterpriseKeyConfig.getLabels()- Parameters:
labels- See Creating and managing labels. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#labels RecaptchaEnterpriseKey#labels}- Returns:
this
-
project
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder project(String project)
Sets the value ofRecaptchaEnterpriseKeyConfig.getProject()- Parameters:
project- The project for the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#project RecaptchaEnterpriseKey#project}- Returns:
this
-
testingOptions
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder testingOptions(RecaptchaEnterpriseKeyTestingOptions testingOptions)
Sets the value ofRecaptchaEnterpriseKeyConfig.getTestingOptions()- Parameters:
testingOptions- testing_options block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#testing_options RecaptchaEnterpriseKey#testing_options}- Returns:
this
-
timeouts
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder timeouts(RecaptchaEnterpriseKeyTimeouts timeouts)
Sets the value ofRecaptchaEnterpriseKeyConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#timeouts RecaptchaEnterpriseKey#timeouts}- Returns:
this
-
wafSettings
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder wafSettings(RecaptchaEnterpriseKeyWafSettings wafSettings)
Sets the value ofRecaptchaEnterpriseKeyConfig.getWafSettings()- Parameters:
wafSettings- waf_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#waf_settings RecaptchaEnterpriseKey#waf_settings}- Returns:
this
-
webSettings
@Stability(Stable) public RecaptchaEnterpriseKeyConfig.Builder webSettings(RecaptchaEnterpriseKeyWebSettings webSettings)
Sets the value ofRecaptchaEnterpriseKeyConfig.getWebSettings()- Parameters:
webSettings- web_settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#web_settings RecaptchaEnterpriseKey#web_settings}- Returns:
this
-
connection
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public RecaptchaEnterpriseKeyConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public RecaptchaEnterpriseKeyConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecaptchaEnterpriseKeyConfig>- Returns:
- a new instance of
RecaptchaEnterpriseKeyConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-