Class DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_compute_security_policy.DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions>
- Enclosing interface:
- DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions
@Stability(Stable) public static final class DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptionsbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions>- Returns:
- a new instance of
DataGoogleComputeSecurityPolicyRuleMatchExprOptionsRecaptchaOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-