Interface RouterInputThumbnailDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouterInputThumbnailDetails.Builder,,RouterInputThumbnailDetails> SdkBuilder<RouterInputThumbnailDetails.Builder,,RouterInputThumbnailDetails> SdkPojo
- Enclosing class:
RouterInputThumbnailDetails
@Mutable
@NotThreadSafe
public static interface RouterInputThumbnailDetails.Builder
extends SdkPojo, CopyableBuilder<RouterInputThumbnailDetails.Builder,RouterInputThumbnailDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe thumbnail image, encoded as a Base64-encoded binary data object.thumbnailMessages(Collection<RouterInputMessage> thumbnailMessages) The messages associated with the router input thumbnail.thumbnailMessages(Consumer<RouterInputMessage.Builder>... thumbnailMessages) The messages associated with the router input thumbnail.thumbnailMessages(RouterInputMessage... thumbnailMessages) The messages associated with the router input thumbnail.The timecode associated with the thumbnail.The timestamp associated with the thumbnail.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
-
thumbnailMessages
RouterInputThumbnailDetails.Builder thumbnailMessages(Collection<RouterInputMessage> thumbnailMessages) The messages associated with the router input thumbnail.
- Parameters:
thumbnailMessages- The messages associated with the router input thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailMessages
The messages associated with the router input thumbnail.
- Parameters:
thumbnailMessages- The messages associated with the router input thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailMessages
RouterInputThumbnailDetails.Builder thumbnailMessages(Consumer<RouterInputMessage.Builder>... thumbnailMessages) The messages associated with the router input thumbnail.
This is a convenience method that creates an instance of theRouterInputMessage.Builderavoiding the need to create one manually viaRouterInputMessage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothumbnailMessages(List<RouterInputMessage>).- Parameters:
thumbnailMessages- a consumer that will call methods onRouterInputMessage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thumbnail
The thumbnail image, encoded as a Base64-encoded binary data object.
- Parameters:
thumbnail- The thumbnail image, encoded as a Base64-encoded binary data object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timecode
The timecode associated with the thumbnail.
- Parameters:
timecode- The timecode associated with the thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The timestamp associated with the thumbnail.
- Parameters:
timestamp- The timestamp associated with the thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-