Class IdentityPlatformConfigBlockingFunctionsTriggers.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigBlockingFunctionsTriggers.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformConfigBlockingFunctionsTriggers>
- Enclosing interface:
- IdentityPlatformConfigBlockingFunctionsTriggers
@Stability(Stable) public static final class IdentityPlatformConfigBlockingFunctionsTriggers.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformConfigBlockingFunctionsTriggers>
A builder forIdentityPlatformConfigBlockingFunctionsTriggers
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformConfigBlockingFunctionsTriggersbuild()Builds the configured instance.IdentityPlatformConfigBlockingFunctionsTriggers.BuildereventType(String eventType)Sets the value ofIdentityPlatformConfigBlockingFunctionsTriggers.getEventType()IdentityPlatformConfigBlockingFunctionsTriggers.BuilderfunctionUri(String functionUri)Sets the value ofIdentityPlatformConfigBlockingFunctionsTriggers.getFunctionUri()
-
-
-
Method Detail
-
eventType
@Stability(Stable) public IdentityPlatformConfigBlockingFunctionsTriggers.Builder eventType(String eventType)
Sets the value ofIdentityPlatformConfigBlockingFunctionsTriggers.getEventType()- Parameters:
eventType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#event_type IdentityPlatformConfig#event_type}. This parameter is required.- Returns:
this
-
functionUri
@Stability(Stable) public IdentityPlatformConfigBlockingFunctionsTriggers.Builder functionUri(String functionUri)
Sets the value ofIdentityPlatformConfigBlockingFunctionsTriggers.getFunctionUri()- Parameters:
functionUri- HTTP URI trigger for the Cloud Function. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#function_uri IdentityPlatformConfig#function_uri}- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformConfigBlockingFunctionsTriggers build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformConfigBlockingFunctionsTriggers>- Returns:
- a new instance of
IdentityPlatformConfigBlockingFunctionsTriggers - Throws:
NullPointerException- if any required attribute was not provided
-
-