Interface PromotionalEmbeddedImage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PromotionalEmbeddedImage.Builder,,PromotionalEmbeddedImage> SdkBuilder<PromotionalEmbeddedImage.Builder,,PromotionalEmbeddedImage> SdkPojo
- Enclosing class:
PromotionalEmbeddedImage
@Mutable
@NotThreadSafe
public static interface PromotionalEmbeddedImage.Builder
extends SdkPojo, CopyableBuilder<PromotionalEmbeddedImage.Builder,PromotionalEmbeddedImage>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An optional description of the image.The title displayed when hovering over the image.The URL of the image file.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
-
title
The title displayed when hovering over the image.
- Parameters:
title- The title displayed when hovering over the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The URL of the image file.
- Parameters:
url- The URL of the image file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An optional description of the image.
- Parameters:
description- An optional description of the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-