Interface MediaElement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaElement.Builder,
,MediaElement> SdkBuilder<MediaElement.Builder,
,MediaElement> SdkPojo
- Enclosing class:
MediaElement
@Mutable
@NotThreadSafe
public static interface MediaElement.Builder
extends SdkPojo, CopyableBuilder<MediaElement.Builder,MediaElement>
-
Method Summary
Modifier and TypeMethodDescriptionThe caption of the media.The unique ID for the media.The type of media.type
(MediaElementType type) The type of media.The URL of the media.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 Details
-
mediaId
The unique ID for the media.
- Parameters:
mediaId
- The unique ID for the media.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of media.
- Parameters:
type
- The type of media.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of media.
- Parameters:
type
- The type of media.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
url
The URL of the media.
- Parameters:
url
- The URL of the media.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caption
The caption of the media.
- Parameters:
caption
- The caption of the media.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-