Interface DescribeThumbnailsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeThumbnailsResponse.Builder,
,DescribeThumbnailsResponse> MediaLiveResponse.Builder
,SdkBuilder<DescribeThumbnailsResponse.Builder,
,DescribeThumbnailsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeThumbnailsResponse
public static interface DescribeThumbnailsResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeThumbnailsResponse.Builder,DescribeThumbnailsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionthumbnailDetails
(Collection<ThumbnailDetail> thumbnailDetails) Sets the value of the ThumbnailDetails property for this object.thumbnailDetails
(Consumer<ThumbnailDetail.Builder>... thumbnailDetails) Sets the value of the ThumbnailDetails property for this object.thumbnailDetails
(ThumbnailDetail... thumbnailDetails) Sets the value of the ThumbnailDetails property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
thumbnailDetails
Sets the value of the ThumbnailDetails property for this object.- Parameters:
thumbnailDetails
- The new value for the ThumbnailDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailDetails
Sets the value of the ThumbnailDetails property for this object.- Parameters:
thumbnailDetails
- The new value for the ThumbnailDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailDetails
DescribeThumbnailsResponse.Builder thumbnailDetails(Consumer<ThumbnailDetail.Builder>... thumbnailDetails) Sets the value of the ThumbnailDetails property for this object. This is a convenience method that creates an instance of theThumbnailDetail.Builder
avoiding the need to create one manually viaThumbnailDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothumbnailDetails(List<ThumbnailDetail>)
.- Parameters:
thumbnailDetails
- a consumer that will call methods onThumbnailDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-