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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeThumbnailsResponse.BuilderthumbnailDetails(Collection<ThumbnailDetail> thumbnailDetails)Sets the value of the ThumbnailDetails property for this object.DescribeThumbnailsResponse.BuilderthumbnailDetails(Consumer<ThumbnailDetail.Builder>... thumbnailDetails)Sets the value of the ThumbnailDetails property for this object.DescribeThumbnailsResponse.BuilderthumbnailDetails(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
thumbnailDetails
DescribeThumbnailsResponse.Builder thumbnailDetails(Collection<ThumbnailDetail> 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(ThumbnailDetail... 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.Builderavoiding the need to create one manually viaThumbnailDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#thumbnailDetails(List.) - 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:
#thumbnailDetails(java.util.Collection)
-
-