Class IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_project_default_config.IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformProjectDefaultConfigSignInPhoneNumber>
- Enclosing interface:
- IdentityPlatformProjectDefaultConfigSignInPhoneNumber
@Stability(Stable) public static final class IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformProjectDefaultConfigSignInPhoneNumber>
A builder forIdentityPlatformProjectDefaultConfigSignInPhoneNumber
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformProjectDefaultConfigSignInPhoneNumberbuild()Builds the configured instance.IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofIdentityPlatformProjectDefaultConfigSignInPhoneNumber.getEnabled()IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builderenabled(Boolean enabled)Sets the value ofIdentityPlatformProjectDefaultConfigSignInPhoneNumber.getEnabled()IdentityPlatformProjectDefaultConfigSignInPhoneNumber.BuildertestPhoneNumbers(Map<String,String> testPhoneNumbers)
-
-
-
Method Detail
-
enabled
@Stability(Stable) public IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder enabled(Boolean enabled)
Sets the value ofIdentityPlatformProjectDefaultConfigSignInPhoneNumber.getEnabled()- Parameters:
enabled- Whether phone number auth is enabled for the project or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_project_default_config#enabled IdentityPlatformProjectDefaultConfig#enabled}- Returns:
this
-
enabled
@Stability(Stable) public IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofIdentityPlatformProjectDefaultConfigSignInPhoneNumber.getEnabled()- Parameters:
enabled- Whether phone number auth is enabled for the project or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_project_default_config#enabled IdentityPlatformProjectDefaultConfig#enabled}- Returns:
this
-
testPhoneNumbers
@Stability(Stable) public IdentityPlatformProjectDefaultConfigSignInPhoneNumber.Builder testPhoneNumbers(Map<String,String> testPhoneNumbers)
- Parameters:
testPhoneNumbers- A map of <test phone number, fake code> that can be used for phone auth testing. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_project_default_config#test_phone_numbers IdentityPlatformProjectDefaultConfig#test_phone_numbers}- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformProjectDefaultConfigSignInPhoneNumber build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformProjectDefaultConfigSignInPhoneNumber>- Returns:
- a new instance of
IdentityPlatformProjectDefaultConfigSignInPhoneNumber - Throws:
NullPointerException- if any required attribute was not provided
-
-