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