Class CfnWebExperience.IdentityProviderConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.CfnWebExperience.IdentityProviderConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebExperience.IdentityProviderConfigurationProperty>
- Enclosing interface:
CfnWebExperience.IdentityProviderConfigurationProperty
@Stability(Stable)
public static final class CfnWebExperience.IdentityProviderConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebExperience.IdentityProviderConfigurationProperty>
A builder for
CfnWebExperience.IdentityProviderConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.openIdConnectConfiguration(IResolvable openIdConnectConfiguration) openIdConnectConfiguration(CfnWebExperience.OpenIDConnectProviderConfigurationProperty openIdConnectConfiguration) samlConfiguration(IResolvable samlConfiguration) samlConfiguration(CfnWebExperience.SamlProviderConfigurationProperty samlConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
openIdConnectConfiguration
@Stability(Stable) public CfnWebExperience.IdentityProviderConfigurationProperty.Builder openIdConnectConfiguration(IResolvable openIdConnectConfiguration) Sets the value ofCfnWebExperience.IdentityProviderConfigurationProperty.getOpenIdConnectConfiguration()- Parameters:
openIdConnectConfiguration- The OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Returns:
this
-
openIdConnectConfiguration
@Stability(Stable) public CfnWebExperience.IdentityProviderConfigurationProperty.Builder openIdConnectConfiguration(CfnWebExperience.OpenIDConnectProviderConfigurationProperty openIdConnectConfiguration) Sets the value ofCfnWebExperience.IdentityProviderConfigurationProperty.getOpenIdConnectConfiguration()- Parameters:
openIdConnectConfiguration- The OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Returns:
this
-
samlConfiguration
@Stability(Stable) public CfnWebExperience.IdentityProviderConfigurationProperty.Builder samlConfiguration(IResolvable samlConfiguration) - Parameters:
samlConfiguration- The SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Returns:
this
-
samlConfiguration
@Stability(Stable) public CfnWebExperience.IdentityProviderConfigurationProperty.Builder samlConfiguration(CfnWebExperience.SamlProviderConfigurationProperty samlConfiguration) - Parameters:
samlConfiguration- The SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebExperience.IdentityProviderConfigurationProperty>- Returns:
- a new instance of
CfnWebExperience.IdentityProviderConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-