Uses of Interface
software.amazon.awssdk.services.medicalimaging.model.CopySourceImageSetInformation.Builder
-
Packages that use CopySourceImageSetInformation.Builder Package Description software.amazon.awssdk.services.medicalimaging.model -
-
Uses of CopySourceImageSetInformation.Builder in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return CopySourceImageSetInformation.Builder Modifier and Type Method Description static CopySourceImageSetInformation.BuilderCopySourceImageSetInformation. builder()CopySourceImageSetInformation.BuilderCopySourceImageSetInformation.Builder. latestVersionId(String latestVersionId)The latest version identifier for the source image set.CopySourceImageSetInformation.BuilderCopySourceImageSetInformation. toBuilder()Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type CopySourceImageSetInformation.Builder Modifier and Type Method Description static Class<? extends CopySourceImageSetInformation.Builder>CopySourceImageSetInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medicalimaging.model with type arguments of type CopySourceImageSetInformation.Builder Modifier and Type Method Description default CopyImageSetInformation.BuilderCopyImageSetInformation.Builder. sourceImageSet(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet)The source image set.
-