Interface DicomMetadataMapping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DicomMetadataMapping.Builder,,DicomMetadataMapping> SdkBuilder<DicomMetadataMapping.Builder,,DicomMetadataMapping> SdkPojo
- Enclosing class:
DicomMetadataMapping
@Mutable
@NotThreadSafe
public static interface DicomMetadataMapping.Builder
extends SdkPojo, CopyableBuilder<DicomMetadataMapping.Builder,DicomMetadataMapping>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataFilePath(String metadataFilePath) The path to the JSON metadata file relative to inputS3Uri.seriesInstanceUID(String seriesInstanceUID) The Series Instance UID that identifies the series.studyInstanceUID(String studyInstanceUID) The Study Instance UID that identifies the study.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
studyInstanceUID
The Study Instance UID that identifies the study.
- Parameters:
studyInstanceUID- The Study Instance UID that identifies the study.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
seriesInstanceUID
The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.
- Parameters:
seriesInstanceUID- The Series Instance UID that identifies the series. This parameter is optional because the mapping might be at the study level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataFilePath
The path to the JSON metadata file relative to inputS3Uri.
- Parameters:
metadataFilePath- The path to the JSON metadata file relative to inputS3Uri.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-