Interface GetRouterInputThumbnailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRouterInputThumbnailResponse.Builder,,GetRouterInputThumbnailResponse> MediaConnectResponse.Builder,SdkBuilder<GetRouterInputThumbnailResponse.Builder,,GetRouterInputThumbnailResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetRouterInputThumbnailResponse
@Mutable
@NotThreadSafe
public static interface GetRouterInputThumbnailResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<GetRouterInputThumbnailResponse.Builder,GetRouterInputThumbnailResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the router input.The name of the router input.thumbnailDetails(Consumer<RouterInputThumbnailDetails.Builder> thumbnailDetails) The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.thumbnailDetails(RouterInputThumbnailDetails thumbnailDetails) The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the router input.
- Parameters:
arn- The ARN of the router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the router input.
- Parameters:
name- The name of the router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailDetails
GetRouterInputThumbnailResponse.Builder thumbnailDetails(RouterInputThumbnailDetails thumbnailDetails) The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.
- Parameters:
thumbnailDetails- The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailDetails
default GetRouterInputThumbnailResponse.Builder thumbnailDetails(Consumer<RouterInputThumbnailDetails.Builder> thumbnailDetails) The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.
This is a convenience method that creates an instance of theRouterInputThumbnailDetails.Builderavoiding the need to create one manually viaRouterInputThumbnailDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothumbnailDetails(RouterInputThumbnailDetails).- Parameters:
thumbnailDetails- a consumer that will call methods onRouterInputThumbnailDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-