Interface ThemeFooterLink.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThemeFooterLink.Builder,
,ThemeFooterLink> SdkBuilder<ThemeFooterLink.Builder,
,ThemeFooterLink> SdkPojo
- Enclosing class:
ThemeFooterLink
@Mutable
@NotThreadSafe
public static interface ThemeFooterLink.Builder
extends SdkPojo, CopyableBuilder<ThemeFooterLink.Builder,ThemeFooterLink>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The name of the websites that display in the catalog page footer.footerLinkURL
(String footerLinkURL) The URL of the websites that display in the catalog page footer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
displayName
The name of the websites that display in the catalog page footer.
- Parameters:
displayName
- The name of the websites that display in the catalog page footer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-