Class CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty>
- Enclosing interface:
CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty
@Stability(Stable)
public static final class CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.openIdConnectConfiguration(CfnWebExperiencePropsMixin.OpenIDConnectProviderConfigurationProperty openIdConnectConfiguration) openIdConnectConfiguration(IResolvable openIdConnectConfiguration) samlConfiguration(CfnWebExperiencePropsMixin.SamlProviderConfigurationProperty samlConfiguration) samlConfiguration(IResolvable samlConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
openIdConnectConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder openIdConnectConfiguration(IResolvable openIdConnectConfiguration) Sets the value ofCfnWebExperiencePropsMixin.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 CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder openIdConnectConfiguration(CfnWebExperiencePropsMixin.OpenIDConnectProviderConfigurationProperty openIdConnectConfiguration) Sets the value ofCfnWebExperiencePropsMixin.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 CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder samlConfiguration(IResolvable samlConfiguration) Sets the value ofCfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.getSamlConfiguration()- 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 CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.Builder samlConfiguration(CfnWebExperiencePropsMixin.SamlProviderConfigurationProperty samlConfiguration) Sets the value ofCfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty.getSamlConfiguration()- 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<CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty>- Returns:
- a new instance of
CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-