Class CfnWebExperiencePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnWebExperiencePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebExperiencePropsMixin>
- Enclosing class:
CfnWebExperiencePropsMixin
@Stability(Stable)
public static final class CfnWebExperiencePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebExperiencePropsMixin>
A fluent builder for
CfnWebExperiencePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The identifier of the Amazon Q Business web experience.browserExtensionConfiguration(CfnWebExperiencePropsMixin.BrowserExtensionConfigurationProperty browserExtensionConfiguration) The container for browser extension configuration for an Amazon Q Business web experience.browserExtensionConfiguration(IResolvable browserExtensionConfiguration) The container for browser extension configuration for an Amazon Q Business web experience.build()create()create(CfnPropertyMixinOptions options) customizationConfiguration(CfnWebExperiencePropsMixin.CustomizationConfigurationProperty customizationConfiguration) Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.customizationConfiguration(IResolvable customizationConfiguration) Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.identityProviderConfiguration(CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty identityProviderConfiguration) Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.identityProviderConfiguration(IResolvable identityProviderConfiguration) Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.Sets the website domain origins that are allowed to embed the Amazon Q Business web experience.The Amazon Resource Name (ARN) of the service role attached to your web experience.samplePromptsControlMode(String samplePromptsControlMode) Determines whether sample prompts are enabled in the web experience for an end user.A subtitle to personalize your Amazon Q Business web experience.A list of key-value pairs that identify or categorize your Amazon Q Business web experience.The title for your Amazon Q Business web experience.welcomeMessage(String welcomeMessage) A message in an Amazon Q Business web experience.
-
Method Details
-
create
@Stability(Stable) public static CfnWebExperiencePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWebExperiencePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWebExperiencePropsMixin.Builder.
-
applicationId
The identifier of the Amazon Q Business web experience.- Parameters:
applicationId- The identifier of the Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
browserExtensionConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder browserExtensionConfiguration(IResolvable browserExtensionConfiguration) The container for browser extension configuration for an Amazon Q Business web experience.- Parameters:
browserExtensionConfiguration- The container for browser extension configuration for an Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
browserExtensionConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder browserExtensionConfiguration(CfnWebExperiencePropsMixin.BrowserExtensionConfigurationProperty browserExtensionConfiguration) The container for browser extension configuration for an Amazon Q Business web experience.- Parameters:
browserExtensionConfiguration- The container for browser extension configuration for an Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
customizationConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder customizationConfiguration(IResolvable customizationConfiguration) Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.- Parameters:
customizationConfiguration- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all. This parameter is required.- Returns:
this- See Also:
-
customizationConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder customizationConfiguration(CfnWebExperiencePropsMixin.CustomizationConfigurationProperty customizationConfiguration) Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.- Parameters:
customizationConfiguration- Contains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all. This parameter is required.- Returns:
this- See Also:
-
identityProviderConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder identityProviderConfiguration(IResolvable identityProviderConfiguration) Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Parameters:
identityProviderConfiguration- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
identityProviderConfiguration
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder identityProviderConfiguration(CfnWebExperiencePropsMixin.IdentityProviderConfigurationProperty identityProviderConfiguration) Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.- Parameters:
identityProviderConfiguration- Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
origins
Sets the website domain origins that are allowed to embed the Amazon Q Business web experience.The domain origin refers to the base URL for accessing a website including the protocol (
http/https), the domain name, and the port number (if specified).You must only submit a base URL and not a full path. For example,
https://docs.aws.amazon.com.- Parameters:
origins- Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the service role attached to your web experience.The
roleArnparameter is required when your Amazon Q Business application is created with IAM Identity Center. It is not required for SAML-based applications.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the service role attached to your web experience. This parameter is required.- Returns:
this- See Also:
-
samplePromptsControlMode
@Stability(Stable) public CfnWebExperiencePropsMixin.Builder samplePromptsControlMode(String samplePromptsControlMode) Determines whether sample prompts are enabled in the web experience for an end user.- Parameters:
samplePromptsControlMode- Determines whether sample prompts are enabled in the web experience for an end user. This parameter is required.- Returns:
this- See Also:
-
subtitle
A subtitle to personalize your Amazon Q Business web experience.- Parameters:
subtitle- A subtitle to personalize your Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
tags
A list of key-value pairs that identify or categorize your Amazon Q Business web experience.You can also use tags to help control access to the web experience. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
- Parameters:
tags- A list of key-value pairs that identify or categorize your Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
title
The title for your Amazon Q Business web experience.- Parameters:
title- The title for your Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
welcomeMessage
A message in an Amazon Q Business web experience.- Parameters:
welcomeMessage- A message in an Amazon Q Business web experience. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebExperiencePropsMixin>- Returns:
- a newly built instance of
CfnWebExperiencePropsMixin.
-