Class CfnWebExperience.CustomizationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.CfnWebExperience.CustomizationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebExperience.CustomizationConfigurationProperty>
- Enclosing interface:
CfnWebExperience.CustomizationConfigurationProperty
@Stability(Stable)
public static final class CfnWebExperience.CustomizationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebExperience.CustomizationConfigurationProperty>
A builder for
CfnWebExperience.CustomizationConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.customCssUrl
(String customCssUrl) Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getCustomCssUrl()
faviconUrl
(String faviconUrl) Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getFaviconUrl()
Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getFontUrl()
Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getLogoUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customCssUrl
@Stability(Stable) public CfnWebExperience.CustomizationConfigurationProperty.Builder customCssUrl(String customCssUrl) Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getCustomCssUrl()
- Parameters:
customCssUrl
- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.- Returns:
this
-
faviconUrl
@Stability(Stable) public CfnWebExperience.CustomizationConfigurationProperty.Builder faviconUrl(String faviconUrl) Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getFaviconUrl()
- Parameters:
faviconUrl
- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.- Returns:
this
-
fontUrl
@Stability(Stable) public CfnWebExperience.CustomizationConfigurationProperty.Builder fontUrl(String fontUrl) Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getFontUrl()
- Parameters:
fontUrl
- Provides the URL where the custom font file is hosted for an Amazon Q web experience.- Returns:
this
-
logoUrl
@Stability(Stable) public CfnWebExperience.CustomizationConfigurationProperty.Builder logoUrl(String logoUrl) Sets the value ofCfnWebExperience.CustomizationConfigurationProperty.getLogoUrl()
- Parameters:
logoUrl
- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWebExperience.CustomizationConfigurationProperty>
- Returns:
- a new instance of
CfnWebExperience.CustomizationConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-