Class IdentityPlatformConfigConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformConfigConfig>
- Enclosing interface:
- IdentityPlatformConfigConfig
@Stability(Stable) public static final class IdentityPlatformConfigConfig.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformConfigConfig>
A builder forIdentityPlatformConfigConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
authorizedDomains
@Stability(Stable) public IdentityPlatformConfigConfig.Builder authorizedDomains(List<String> authorizedDomains)
Sets the value ofIdentityPlatformConfigConfig.getAuthorizedDomains()- Parameters:
authorizedDomains- List of domains authorized for OAuth redirects. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#authorized_domains IdentityPlatformConfig#authorized_domains}- Returns:
this
-
autodeleteAnonymousUsers
@Stability(Stable) public IdentityPlatformConfigConfig.Builder autodeleteAnonymousUsers(Boolean autodeleteAnonymousUsers)
Sets the value ofIdentityPlatformConfigConfig.getAutodeleteAnonymousUsers()- Parameters:
autodeleteAnonymousUsers- Whether anonymous users will be auto-deleted after a period of 30 days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#autodelete_anonymous_users IdentityPlatformConfig#autodelete_anonymous_users}- Returns:
this
-
autodeleteAnonymousUsers
@Stability(Stable) public IdentityPlatformConfigConfig.Builder autodeleteAnonymousUsers(com.hashicorp.cdktf.IResolvable autodeleteAnonymousUsers)
Sets the value ofIdentityPlatformConfigConfig.getAutodeleteAnonymousUsers()- Parameters:
autodeleteAnonymousUsers- Whether anonymous users will be auto-deleted after a period of 30 days. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#autodelete_anonymous_users IdentityPlatformConfig#autodelete_anonymous_users}- Returns:
this
-
blockingFunctions
@Stability(Stable) public IdentityPlatformConfigConfig.Builder blockingFunctions(IdentityPlatformConfigBlockingFunctions blockingFunctions)
Sets the value ofIdentityPlatformConfigConfig.getBlockingFunctions()- Parameters:
blockingFunctions- blocking_functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#blocking_functions IdentityPlatformConfig#blocking_functions}- Returns:
this
-
client
@Stability(Stable) public IdentityPlatformConfigConfig.Builder client(IdentityPlatformConfigClient client)
Sets the value ofIdentityPlatformConfigConfig.getClient()- Parameters:
client- client block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#client IdentityPlatformConfig#client}- Returns:
this
-
id
@Stability(Stable) public IdentityPlatformConfigConfig.Builder id(String id)
Sets the value ofIdentityPlatformConfigConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#id IdentityPlatformConfig#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
-
mfa
@Stability(Stable) public IdentityPlatformConfigConfig.Builder mfa(IdentityPlatformConfigMfa mfa)
Sets the value ofIdentityPlatformConfigConfig.getMfa()- Parameters:
mfa- mfa block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#mfa IdentityPlatformConfig#mfa}- Returns:
this
-
monitoring
@Stability(Stable) public IdentityPlatformConfigConfig.Builder monitoring(IdentityPlatformConfigMonitoring monitoring)
Sets the value ofIdentityPlatformConfigConfig.getMonitoring()- Parameters:
monitoring- monitoring block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#monitoring IdentityPlatformConfig#monitoring}- Returns:
this
-
multiTenant
@Stability(Stable) public IdentityPlatformConfigConfig.Builder multiTenant(IdentityPlatformConfigMultiTenant multiTenant)
Sets the value ofIdentityPlatformConfigConfig.getMultiTenant()- Parameters:
multiTenant- multi_tenant block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#multi_tenant IdentityPlatformConfig#multi_tenant}- Returns:
this
-
project
@Stability(Stable) public IdentityPlatformConfigConfig.Builder project(String project)
Sets the value ofIdentityPlatformConfigConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#project IdentityPlatformConfig#project}.- Returns:
this
-
quota
@Stability(Stable) public IdentityPlatformConfigConfig.Builder quota(IdentityPlatformConfigQuota quota)
Sets the value ofIdentityPlatformConfigConfig.getQuota()- Parameters:
quota- quota block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#quota IdentityPlatformConfig#quota}- Returns:
this
-
signIn
@Stability(Stable) public IdentityPlatformConfigConfig.Builder signIn(IdentityPlatformConfigSignIn signIn)
Sets the value ofIdentityPlatformConfigConfig.getSignIn()- Parameters:
signIn- sign_in block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#sign_in IdentityPlatformConfig#sign_in}- Returns:
this
-
smsRegionConfig
@Stability(Stable) public IdentityPlatformConfigConfig.Builder smsRegionConfig(IdentityPlatformConfigSmsRegionConfig smsRegionConfig)
Sets the value ofIdentityPlatformConfigConfig.getSmsRegionConfig()- Parameters:
smsRegionConfig- sms_region_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#sms_region_config IdentityPlatformConfig#sms_region_config}- Returns:
this
-
timeouts
@Stability(Stable) public IdentityPlatformConfigConfig.Builder timeouts(IdentityPlatformConfigTimeouts timeouts)
Sets the value ofIdentityPlatformConfigConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#timeouts IdentityPlatformConfig#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.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 IdentityPlatformConfigConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformConfigConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformConfigConfig>- Returns:
- a new instance of
IdentityPlatformConfigConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-