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