Interface GetImageFrameResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetImageFrameResponse.Builder,
,GetImageFrameResponse> MedicalImagingResponse.Builder
,SdkBuilder<GetImageFrameResponse.Builder,
,GetImageFrameResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetImageFrameResponse
-
Method Summary
Modifier and TypeMethodDescriptioncontentType
(String contentType) The format in which the image frame information is returned to the customer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingResponse.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
The format in which the image frame information is returned to the customer. Default is
application/octet-stream
.-
If the stored transfer syntax is
1.2.840.10008.1.2.1
, the returnedcontentType
isapplication/octet-stream
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.50
, the returnedcontentType
isimage/jpeg
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.91
, the returnedcontentType
isimage/j2c
.
-
If the stored transfer syntax is MPEG2,
1.2.840.10008.1.2.4.100
,1.2.840.10008.1.2.4.100.1
,1.2.840.10008.1.2.4.101
, or1.2.840.10008.1.2.4.101.1
, the returnedcontentType
isvideo/mpeg
.
-
If the stored transfer syntax is MPEG-4 AVC/H.264, UID
1.2.840.10008.1.2.4.102
,1.2.840.10008.1.2.4.102.1
,1.2.840.10008.1.2.4.103
,1.2.840.10008.1.2.4.103.1
,1.2.840.10008.1.2.4.104
,1.2.840.10008.1.2.4.104.1
,1.2.840.10008.1.2.4.105
,1.2.840.10008.1.2.4.105.1
,1.2.840.10008.1.2.4.106
, or1.2.840.10008.1.2.4.106.1
, the returnedcontentType
isvideo/mp4
.
-
If the stored transfer syntax is HEVC/H.265, UID
1.2.840.10008.1.2.4.107
or1.2.840.10008.1.2.4.108
, the returnedcontentType
isvideo/H256
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.202
or if the stored transfer syntax is missing, the returnedcontentType
isimage/jph
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.203
, the returned contentType isimage/jphc
.
- Parameters:
contentType
- The format in which the image frame information is returned to the customer. Default isapplication/octet-stream
.-
If the stored transfer syntax is
1.2.840.10008.1.2.1
, the returnedcontentType
isapplication/octet-stream
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.50
, the returnedcontentType
isimage/jpeg
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.91
, the returnedcontentType
isimage/j2c
.
-
If the stored transfer syntax is MPEG2,
1.2.840.10008.1.2.4.100
,1.2.840.10008.1.2.4.100.1
,1.2.840.10008.1.2.4.101
, or1.2.840.10008.1.2.4.101.1
, the returnedcontentType
isvideo/mpeg
.
-
If the stored transfer syntax is MPEG-4 AVC/H.264, UID
1.2.840.10008.1.2.4.102
,1.2.840.10008.1.2.4.102.1
,1.2.840.10008.1.2.4.103
,1.2.840.10008.1.2.4.103.1
,1.2.840.10008.1.2.4.104
,1.2.840.10008.1.2.4.104.1
,1.2.840.10008.1.2.4.105
,1.2.840.10008.1.2.4.105.1
,1.2.840.10008.1.2.4.106
, or1.2.840.10008.1.2.4.106.1
, the returnedcontentType
isvideo/mp4
.
-
If the stored transfer syntax is HEVC/H.265, UID
1.2.840.10008.1.2.4.107
or1.2.840.10008.1.2.4.108
, the returnedcontentType
isvideo/H256
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.202
or if the stored transfer syntax is missing, the returnedcontentType
isimage/jph
.
-
If the stored transfer syntax is
1.2.840.10008.1.2.4.203
, the returned contentType isimage/jphc
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-