Class IdentityPlatformConfigBlockingFunctions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigBlockingFunctions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformConfigBlockingFunctions>
- Enclosing interface:
- IdentityPlatformConfigBlockingFunctions
@Stability(Stable) public static final class IdentityPlatformConfigBlockingFunctions.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformConfigBlockingFunctions>
A builder forIdentityPlatformConfigBlockingFunctions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformConfigBlockingFunctionsbuild()Builds the configured instance.IdentityPlatformConfigBlockingFunctions.BuilderforwardInboundCredentials(IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials forwardInboundCredentials)Sets the value ofIdentityPlatformConfigBlockingFunctions.getForwardInboundCredentials()IdentityPlatformConfigBlockingFunctions.Buildertriggers(com.hashicorp.cdktf.IResolvable triggers)Sets the value ofIdentityPlatformConfigBlockingFunctions.getTriggers()IdentityPlatformConfigBlockingFunctions.Buildertriggers(List<? extends IdentityPlatformConfigBlockingFunctionsTriggers> triggers)Sets the value ofIdentityPlatformConfigBlockingFunctions.getTriggers()
-
-
-
Method Detail
-
triggers
@Stability(Stable) public IdentityPlatformConfigBlockingFunctions.Builder triggers(com.hashicorp.cdktf.IResolvable triggers)
Sets the value ofIdentityPlatformConfigBlockingFunctions.getTriggers()- Parameters:
triggers- triggers block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#triggers IdentityPlatformConfig#triggers}- Returns:
this
-
triggers
@Stability(Stable) public IdentityPlatformConfigBlockingFunctions.Builder triggers(List<? extends IdentityPlatformConfigBlockingFunctionsTriggers> triggers)
Sets the value ofIdentityPlatformConfigBlockingFunctions.getTriggers()- Parameters:
triggers- triggers block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#triggers IdentityPlatformConfig#triggers}- Returns:
this
-
forwardInboundCredentials
@Stability(Stable) public IdentityPlatformConfigBlockingFunctions.Builder forwardInboundCredentials(IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials forwardInboundCredentials)
Sets the value ofIdentityPlatformConfigBlockingFunctions.getForwardInboundCredentials()- Parameters:
forwardInboundCredentials- forward_inbound_credentials block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#forward_inbound_credentials IdentityPlatformConfig#forward_inbound_credentials}- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformConfigBlockingFunctions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformConfigBlockingFunctions>- Returns:
- a new instance of
IdentityPlatformConfigBlockingFunctions - Throws:
NullPointerException- if any required attribute was not provided
-
-