Class IdentityPlatformTenantInboundSamlConfigSpConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_tenant_inbound_saml_config.IdentityPlatformTenantInboundSamlConfigSpConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformTenantInboundSamlConfigSpConfig>
- Enclosing interface:
- IdentityPlatformTenantInboundSamlConfigSpConfig
@Stability(Stable) public static final class IdentityPlatformTenantInboundSamlConfigSpConfig.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformTenantInboundSamlConfigSpConfig>
A builder forIdentityPlatformTenantInboundSamlConfigSpConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformTenantInboundSamlConfigSpConfigbuild()Builds the configured instance.IdentityPlatformTenantInboundSamlConfigSpConfig.BuildercallbackUri(String callbackUri)Sets the value ofIdentityPlatformTenantInboundSamlConfigSpConfig.getCallbackUri()IdentityPlatformTenantInboundSamlConfigSpConfig.BuilderspEntityId(String spEntityId)Sets the value ofIdentityPlatformTenantInboundSamlConfigSpConfig.getSpEntityId()
-
-
-
Method Detail
-
callbackUri
@Stability(Stable) public IdentityPlatformTenantInboundSamlConfigSpConfig.Builder callbackUri(String callbackUri)
Sets the value ofIdentityPlatformTenantInboundSamlConfigSpConfig.getCallbackUri()- Parameters:
callbackUri- Callback URI where responses from IDP are handled. Must start with 'https://'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#callback_uri IdentityPlatformTenantInboundSamlConfig#callback_uri}- Returns:
this
-
spEntityId
@Stability(Stable) public IdentityPlatformTenantInboundSamlConfigSpConfig.Builder spEntityId(String spEntityId)
Sets the value ofIdentityPlatformTenantInboundSamlConfigSpConfig.getSpEntityId()- Parameters:
spEntityId- Unique identifier for all SAML entities. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#sp_entity_id IdentityPlatformTenantInboundSamlConfig#sp_entity_id}- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformTenantInboundSamlConfigSpConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformTenantInboundSamlConfigSpConfig>- Returns:
- a new instance of
IdentityPlatformTenantInboundSamlConfigSpConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-