| Package | Description |
|---|---|
| software.amazon.awssdk.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.builder() |
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.createdAt(Instant createdAt)
The timestamp when the destination image set properties were created.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the destination image set.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetId(String imageSetId)
The image set identifier of the copied image set properties.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetState(ImageSetState imageSetState)
The image set state of the destination image set properties.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetState(String imageSetState)
The image set state of the destination image set properties.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.imageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.latestVersionId(String latestVersionId)
The latest version identifier for the destination image set properties.
|
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.toBuilder() |
CopyDestinationImageSetProperties.Builder |
CopyDestinationImageSetProperties.Builder.updatedAt(Instant updatedAt)
The timestamp when the destination image set properties were last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CopyDestinationImageSetProperties.Builder> |
CopyDestinationImageSetProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CopyImageSetResponse.Builder |
CopyImageSetResponse.Builder.destinationImageSetProperties(Consumer<CopyDestinationImageSetProperties.Builder> destinationImageSetProperties)
The properties of the destination image set.
|
Copyright © 2023. All rights reserved.