| Package | Description |
|---|---|
| software.amazon.awssdk.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyImageSetInformation.Builder |
CopyImageSetInformation.builder() |
default CopyImageSetInformation.Builder |
CopyImageSetInformation.Builder.destinationImageSet(Consumer<CopyDestinationImageSet.Builder> destinationImageSet)
The destination image set.
|
CopyImageSetInformation.Builder |
CopyImageSetInformation.Builder.destinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
|
default CopyImageSetInformation.Builder |
CopyImageSetInformation.Builder.sourceImageSet(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet)
The source image set.
|
CopyImageSetInformation.Builder |
CopyImageSetInformation.Builder.sourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
|
CopyImageSetInformation.Builder |
CopyImageSetInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyImageSetInformation.Builder> |
CopyImageSetInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CopyImageSetRequest.Builder |
CopyImageSetRequest.Builder.copyImageSetInformation(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation)
Copy image set information.
|
Copyright © 2023. All rights reserved.