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.BuildercopyImageSetInformation(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 theCopyImageSetoperation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between thesourceImageSetanddestinationImageSet.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 theCopyImageSetoperation 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.Builderavoiding the need to create one manually viaCopyImageSetInformation.builder().When the
Consumercompletes,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
CopyImageSetoperation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between thesourceImageSetanddestinationImageSet.- Parameters:
force- Providing this parameter will force completion of theCopyImageSetoperation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between thesourceImageSetanddestinationImageSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
promoteToPrimary
Providing this parameter will configure the
CopyImageSetoperation 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 theCopyImageSetoperation 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-