Interface DescribeInputDeviceThumbnailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,
,DescribeInputDeviceThumbnailResponse> MediaLiveResponse.Builder
,SdkBuilder<DescribeInputDeviceThumbnailResponse.Builder,
,DescribeInputDeviceThumbnailResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeInputDeviceThumbnailResponse
@Mutable
@NotThreadSafe
public static interface DescribeInputDeviceThumbnailResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontentLength
(Long contentLength) The length of the content.contentType
(String contentType) Specifies the media type of the thumbnail.contentType
(ContentType contentType) Specifies the media type of the thumbnail.The unique, cacheable version of this thumbnail.lastModified
(Instant lastModified) The date and time the thumbnail was last updated at the device.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 Details
-
contentType
Specifies the media type of the thumbnail.- Parameters:
contentType
- Specifies the media type of the thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
Specifies the media type of the thumbnail.- Parameters:
contentType
- Specifies the media type of the thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentLength
The length of the content.- Parameters:
contentLength
- The length of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The unique, cacheable version of this thumbnail.- Parameters:
eTag
- The unique, cacheable version of this thumbnail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The date and time the thumbnail was last updated at the device.- Parameters:
lastModified
- The date and time the thumbnail was last updated at the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-