Interface GetImageFrameResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetImageFrameResponse.Builder,
,GetImageFrameResponse> MedicalImagingResponse.Builder
,SdkBuilder<GetImageFrameResponse.Builder,
,GetImageFrameResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetImageFrameResponse
public static interface GetImageFrameResponse.Builder
extends MedicalImagingResponse.Builder, SdkPojo, CopyableBuilder<GetImageFrameResponse.Builder,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, 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
.- Parameters:
contentType
- The format in which the image frame information is returned to the customer. Default isapplication/octet-stream
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-