Interface LocalizedContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LocalizedContent.Builder,,LocalizedContent> SdkBuilder<LocalizedContent.Builder,,LocalizedContent> SdkPojo
- Enclosing class:
LocalizedContent
@Mutable
@NotThreadSafe
public static interface LocalizedContent.Builder
extends SdkPojo, CopyableBuilder<LocalizedContent.Builder,LocalizedContent>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The localized description of the partner's business and services.displayName(String displayName) The localized display name for the partner.The locale or language code for the localized content.The URL to the partner's logo image for this locale.websiteUrl(String websiteUrl) The localized website URL for the partner.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
-
displayName
The localized display name for the partner.
- Parameters:
displayName- The localized display name for the partner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The localized description of the partner's business and services.
- Parameters:
description- The localized description of the partner's business and services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
websiteUrl
The localized website URL for the partner.
- Parameters:
websiteUrl- The localized website URL for the partner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logoUrl
The URL to the partner's logo image for this locale.
- Parameters:
logoUrl- The URL to the partner's logo image for this locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
The locale or language code for the localized content.
- Parameters:
locale- The locale or language code for the localized content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-