Interface RcsCarouselCardMedia.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RcsCarouselCardMedia.Builder,,RcsCarouselCardMedia> SdkBuilder<RcsCarouselCardMedia.Builder,,RcsCarouselCardMedia> SdkPojo
- Enclosing class:
RcsCarouselCardMedia
@Mutable
@NotThreadSafe
public static interface RcsCarouselCardMedia.Builder
extends SdkPojo, CopyableBuilder<RcsCarouselCardMedia.Builder,RcsCarouselCardMedia>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 URI of the media file for the carousel card.The display height of the media in the carousel card.thumbnailUrl(String thumbnailUrl) The S3 URI of an optional thumbnail image for the carousel card media.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
-
fileUrl
The S3 URI of the media file for the carousel card. Maximum 2000 characters.
- Parameters:
fileUrl- The S3 URI of the media file for the carousel card. Maximum 2000 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailUrl
The S3 URI of an optional thumbnail image for the carousel card media. Maximum 2000 characters.
- Parameters:
thumbnailUrl- The S3 URI of an optional thumbnail image for the carousel card media. Maximum 2000 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
height
The display height of the media in the carousel card. Valid values are SHORT and MEDIUM.
- Parameters:
height- The display height of the media in the carousel card. Valid values are SHORT and MEDIUM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-