Class IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformConfigSmsRegionConfigAllowlistOnly>
- Enclosing interface:
- IdentityPlatformConfigSmsRegionConfigAllowlistOnly
@Stability(Stable) public static final class IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformConfigSmsRegionConfigAllowlistOnly>
A builder forIdentityPlatformConfigSmsRegionConfigAllowlistOnly
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformConfigSmsRegionConfigAllowlistOnly.BuilderallowedRegions(List<String> allowedRegions)Sets the value ofIdentityPlatformConfigSmsRegionConfigAllowlistOnly.getAllowedRegions()IdentityPlatformConfigSmsRegionConfigAllowlistOnlybuild()Builds the configured instance.
-
-
-
Method Detail
-
allowedRegions
@Stability(Stable) public IdentityPlatformConfigSmsRegionConfigAllowlistOnly.Builder allowedRegions(List<String> allowedRegions)
Sets the value ofIdentityPlatformConfigSmsRegionConfigAllowlistOnly.getAllowedRegions()- Parameters:
allowedRegions- Two letter unicode region codes to allow as defined by https://cldr.unicode.org/ The full list of these region codes is here: https://github.com/unicode-cldr/cldr-localenames-full/blob/master/main/en/territories.json. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#allowed_regions IdentityPlatformConfig#allowed_regions}- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformConfigSmsRegionConfigAllowlistOnly build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformConfigSmsRegionConfigAllowlistOnly>- Returns:
- a new instance of
IdentityPlatformConfigSmsRegionConfigAllowlistOnly - Throws:
NullPointerException- if any required attribute was not provided
-
-