Class CfnWebExperience.SamlProviderConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.CfnWebExperience.SamlProviderConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebExperience.SamlProviderConfigurationProperty>
- Enclosing interface:
CfnWebExperience.SamlProviderConfigurationProperty
@Stability(Stable)
public static final class CfnWebExperience.SamlProviderConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebExperience.SamlProviderConfigurationProperty>
A builder for
CfnWebExperience.SamlProviderConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationUrl
(String authenticationUrl) build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationUrl
@Stability(Stable) public CfnWebExperience.SamlProviderConfigurationProperty.Builder authenticationUrl(String authenticationUrl) - Parameters:
authenticationUrl
- The URL where Amazon Q Business end users will be redirected for authentication. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWebExperience.SamlProviderConfigurationProperty>
- Returns:
- a new instance of
CfnWebExperience.SamlProviderConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-