Interface GetImageSetMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetImageSetMetadataResponse.Builder,
,GetImageSetMetadataResponse> MedicalImagingResponse.Builder
,SdkBuilder<GetImageSetMetadataResponse.Builder,
,GetImageSetMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetImageSetMetadataResponse
@Mutable
@NotThreadSafe
public static interface GetImageSetMetadataResponse.Builder
extends MedicalImagingResponse.Builder, SdkPojo, CopyableBuilder<GetImageSetMetadataResponse.Builder,GetImageSetMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontentEncoding
(String contentEncoding) The compression format in which image set metadata attributes are returned.contentType
(String contentType) The format in which the study metadata 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 study metadata is returned to the customer. Default is
text/plain
.- Parameters:
contentType
- The format in which the study metadata is returned to the customer. Default istext/plain
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentEncoding
The compression format in which image set metadata attributes are returned.
- Parameters:
contentEncoding
- The compression format in which image set metadata attributes are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-