Class RecaptchaEnterpriseKey.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKey.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecaptchaEnterpriseKey>
- Enclosing class:
- RecaptchaEnterpriseKey
@Stability(Stable) public static final class RecaptchaEnterpriseKey.Builder extends Object implements software.amazon.jsii.Builder<RecaptchaEnterpriseKey>
A fluent builder forRecaptchaEnterpriseKey.
-
-
Method Summary
-
-
-
Method Detail
-
create
@Stability(Stable) public static RecaptchaEnterpriseKey.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
RecaptchaEnterpriseKey.Builder.
-
connection
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public RecaptchaEnterpriseKey.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
displayName
@Stability(Stable) public RecaptchaEnterpriseKey.Builder displayName(String displayName)
Human-readable display name of this key. Modifiable by user.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}
- Parameters:
displayName- Human-readable display name of this key. Modifiable by user. This parameter is required.- Returns:
this
-
androidSettings
@Stability(Stable) public RecaptchaEnterpriseKey.Builder androidSettings(RecaptchaEnterpriseKeyAndroidSettings 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}
- Parameters:
androidSettings- android_settings block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public RecaptchaEnterpriseKey.Builder id(String 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.
- 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}. This parameter is required.- Returns:
this
-
iosSettings
@Stability(Stable) public RecaptchaEnterpriseKey.Builder iosSettings(RecaptchaEnterpriseKeyIosSettings 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}
- Parameters:
iosSettings- ios_settings block. This parameter is required.- Returns:
this
-
labels
@Stability(Stable) public RecaptchaEnterpriseKey.Builder labels(Map<String,String> 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}
- Parameters:
labels- See Creating and managing labels. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public RecaptchaEnterpriseKey.Builder project(String 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}
- Parameters:
project- The project for the resource. This parameter is required.- Returns:
this
-
testingOptions
@Stability(Stable) public RecaptchaEnterpriseKey.Builder testingOptions(RecaptchaEnterpriseKeyTestingOptions 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}
- Parameters:
testingOptions- testing_options block. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public RecaptchaEnterpriseKey.Builder timeouts(RecaptchaEnterpriseKeyTimeouts 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}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
wafSettings
@Stability(Stable) public RecaptchaEnterpriseKey.Builder wafSettings(RecaptchaEnterpriseKeyWafSettings 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}
- Parameters:
wafSettings- waf_settings block. This parameter is required.- Returns:
this
-
webSettings
@Stability(Stable) public RecaptchaEnterpriseKey.Builder webSettings(RecaptchaEnterpriseKeyWebSettings 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}
- Parameters:
webSettings- web_settings block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public RecaptchaEnterpriseKey build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecaptchaEnterpriseKey>- Returns:
- a newly built instance of
RecaptchaEnterpriseKey.
-
-