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