Interface DescribeInputDeviceThumbnailResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>,MediaLiveResponse.Builder,SdkBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeInputDeviceThumbnailResponse
public static interface DescribeInputDeviceThumbnailResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<DescribeInputDeviceThumbnailResponse.Builder,DescribeInputDeviceThumbnailResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeInputDeviceThumbnailResponse.BuildercontentLength(Long contentLength)The length of the content.DescribeInputDeviceThumbnailResponse.BuildercontentType(String contentType)Specifies the media type of the thumbnail.DescribeInputDeviceThumbnailResponse.BuildercontentType(ContentType contentType)Specifies the media type of the thumbnail.DescribeInputDeviceThumbnailResponse.BuildereTag(String eTag)The unique, cacheable version of this thumbnail.DescribeInputDeviceThumbnailResponse.BuilderlastModified(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 Detail
-
contentType
DescribeInputDeviceThumbnailResponse.Builder contentType(String 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,ContentType
-
contentType
DescribeInputDeviceThumbnailResponse.Builder contentType(ContentType 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,ContentType
-
contentLength
DescribeInputDeviceThumbnailResponse.Builder contentLength(Long 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
DescribeInputDeviceThumbnailResponse.Builder eTag(String 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
DescribeInputDeviceThumbnailResponse.Builder lastModified(Instant 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.
-
-