Interface CustomizationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomizationConfiguration.Builder,,CustomizationConfiguration> SdkBuilder<CustomizationConfiguration.Builder,,CustomizationConfiguration> SdkPojo
- Enclosing class:
CustomizationConfiguration
@Mutable
@NotThreadSafe
public static interface CustomizationConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomizationConfiguration.Builder,CustomizationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncustomCSSUrl(String customCSSUrl) Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.faviconUrl(String faviconUrl) Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.Provides the URL where the custom font file is hosted for an Amazon Q web experience.Provides the URL where the custom logo file is hosted for an Amazon Q web experience.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
customCSSUrl
Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
- Parameters:
customCSSUrl- Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logoUrl
Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
- Parameters:
logoUrl- Provides the URL where the custom logo file is hosted for an Amazon Q web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fontUrl
Provides the URL where the custom font file is hosted for an Amazon Q web experience.
- Parameters:
fontUrl- Provides the URL where the custom font file is hosted for an Amazon Q web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faviconUrl
Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
- Parameters:
faviconUrl- Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-