Interface CopyImageSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CopyImageSetRequest.Builder,
,CopyImageSetRequest> MedicalImagingRequest.Builder
,SdkBuilder<CopyImageSetRequest.Builder,
,CopyImageSetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CopyImageSetRequest
@Mutable
@NotThreadSafe
public static interface CopyImageSetRequest.Builder
extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<CopyImageSetRequest.Builder,CopyImageSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CopyImageSetRequest.Builder
copyImageSetInformation
(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation) Copy image set information.copyImageSetInformation
(CopyImageSetInformation copyImageSetInformation) Copy image set information.datastoreId
(String datastoreId) The data store identifier.Providing this parameter will force completion of theCopyImageSet
operation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between thesourceImageSet
anddestinationImageSet
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.promoteToPrimary
(Boolean promoteToPrimary) Providing this parameter will configure theCopyImageSet
operation to promote the given image set to the primary DICOM hierarchy.sourceImageSetId
(String sourceImageSetId) The source image set identifier.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
datastoreId
The data store identifier.
- Parameters:
datastoreId
- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceImageSetId
The source image set identifier.
- Parameters:
sourceImageSetId
- The source image set identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyImageSetInformation
CopyImageSetRequest.Builder copyImageSetInformation(CopyImageSetInformation copyImageSetInformation) Copy image set information.
- Parameters:
copyImageSetInformation
- Copy image set information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyImageSetInformation
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 viaCopyImageSetInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocopyImageSetInformation(CopyImageSetInformation)
.- Parameters:
copyImageSetInformation
- a consumer that will call methods onCopyImageSetInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
force
Providing this parameter will force completion of the
CopyImageSet
operation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between thesourceImageSet
anddestinationImageSet
.- Parameters:
force
- Providing this parameter will force completion of theCopyImageSet
operation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between thesourceImageSet
anddestinationImageSet
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
promoteToPrimary
Providing this parameter will configure the
CopyImageSet
operation to promote the given image set to the primary DICOM hierarchy. If successful, a new primary image set ID will be returned as the destination image set.- Parameters:
promoteToPrimary
- Providing this parameter will configure theCopyImageSet
operation to promote the given image set to the primary DICOM hierarchy. If successful, a new primary image set ID will be returned as the destination image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CopyImageSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CopyImageSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-