Interface ThemeFooterLink.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThemeFooterLink.Builder,ThemeFooterLink>,SdkBuilder<ThemeFooterLink.Builder,ThemeFooterLink>,SdkPojo
- Enclosing class:
- ThemeFooterLink
public static interface ThemeFooterLink.Builder extends SdkPojo, CopyableBuilder<ThemeFooterLink.Builder,ThemeFooterLink>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThemeFooterLink.BuilderdisplayName(String displayName)The name of the websites that display in the catalog page footer.ThemeFooterLink.BuilderfooterLinkURL(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 Detail
-
displayName
ThemeFooterLink.Builder displayName(String 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.
-
footerLinkURL
ThemeFooterLink.Builder footerLinkURL(String footerLinkURL)
The URL of the websites that display in the catalog page footer.
- Parameters:
footerLinkURL- The URL 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.
-
-