public static interface CopyImageSetRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<CopyImageSetRequest.Builder,CopyImageSetRequest>
| Modifier and Type | Method and Description |
|---|---|
default CopyImageSetRequest.Builder |
copyImageSetInformation(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation)
Copy image set information.
|
CopyImageSetRequest.Builder |
copyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
|
CopyImageSetRequest.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
CopyImageSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CopyImageSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CopyImageSetRequest.Builder |
sourceImageSetId(String sourceImageSetId)
The source image set identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyImageSetRequest.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.CopyImageSetRequest.Builder sourceImageSetId(String sourceImageSetId)
The source image set identifier.
sourceImageSetId - The source image set identifier.CopyImageSetRequest.Builder copyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
copyImageSetInformation - Copy image set information.default CopyImageSetRequest.Builder copyImageSetInformation(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation)
Copy image set information.
This is a convenience method that creates an instance of theCopyImageSetInformation.Builder avoiding
the need to create one manually via CopyImageSetInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to copyImageSetInformation(CopyImageSetInformation).
copyImageSetInformation - a consumer that will call methods on CopyImageSetInformation.BuildercopyImageSetInformation(CopyImageSetInformation)CopyImageSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCopyImageSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.