Interface DescribeFlowSourceThumbnailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFlowSourceThumbnailResponse.Builder,
,DescribeFlowSourceThumbnailResponse> MediaConnectResponse.Builder
,SdkBuilder<DescribeFlowSourceThumbnailResponse.Builder,
,DescribeFlowSourceThumbnailResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFlowSourceThumbnailResponse
public static interface DescribeFlowSourceThumbnailResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlowSourceThumbnailResponse.Builder,DescribeFlowSourceThumbnailResponse>
-
Method Summary
Modifier and TypeMethodDescriptionthumbnailDetails
(Consumer<ThumbnailDetails.Builder> thumbnailDetails) Sets the value of the ThumbnailDetails property for this object.thumbnailDetails
(ThumbnailDetails 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.mediaconnect.model.MediaConnectResponse.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
default DescribeFlowSourceThumbnailResponse.Builder thumbnailDetails(Consumer<ThumbnailDetails.Builder> thumbnailDetails) Sets the value of the ThumbnailDetails property for this object. This is a convenience method that creates an instance of theThumbnailDetails.Builder
avoiding the need to create one manually viaThumbnailDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothumbnailDetails(ThumbnailDetails)
.- Parameters:
thumbnailDetails
- a consumer that will call methods onThumbnailDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-