Interface GetImageSetMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetImageSetMetadataResponse.Builder,GetImageSetMetadataResponse>,MedicalImagingResponse.Builder,SdkBuilder<GetImageSetMetadataResponse.Builder,GetImageSetMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetImageSetMetadataResponse
public static interface GetImageSetMetadataResponse.Builder extends MedicalImagingResponse.Builder, SdkPojo, CopyableBuilder<GetImageSetMetadataResponse.Builder,GetImageSetMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetImageSetMetadataResponse.BuildercontentEncoding(String contentEncoding)The compression format in which image set metadata attributes are returned.GetImageSetMetadataResponse.BuildercontentType(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
contentType
GetImageSetMetadataResponse.Builder contentType(String 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
GetImageSetMetadataResponse.Builder contentEncoding(String 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.
-
-