public static interface CopyImageSetResponse.Builder extends MedicalImagingResponse.Builder, SdkPojo, CopyableBuilder<CopyImageSetResponse.Builder,CopyImageSetResponse>
| Modifier and Type | Method and Description |
|---|---|
CopyImageSetResponse.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
default CopyImageSetResponse.Builder |
destinationImageSetProperties(Consumer<CopyDestinationImageSetProperties.Builder> destinationImageSetProperties)
The properties of the destination image set.
|
CopyImageSetResponse.Builder |
destinationImageSetProperties(CopyDestinationImageSetProperties destinationImageSetProperties)
The properties of the destination image set.
|
default CopyImageSetResponse.Builder |
sourceImageSetProperties(Consumer<CopySourceImageSetProperties.Builder> sourceImageSetProperties)
The properties of the source image set.
|
CopyImageSetResponse.Builder |
sourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyImageSetResponse.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.CopyImageSetResponse.Builder sourceImageSetProperties(CopySourceImageSetProperties sourceImageSetProperties)
The properties of the source image set.
sourceImageSetProperties - The properties of the source image set.default CopyImageSetResponse.Builder sourceImageSetProperties(Consumer<CopySourceImageSetProperties.Builder> sourceImageSetProperties)
The properties of the source image set.
This is a convenience method that creates an instance of theCopySourceImageSetProperties.Builder
avoiding the need to create one manually via CopySourceImageSetProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sourceImageSetProperties(CopySourceImageSetProperties).
sourceImageSetProperties - a consumer that will call methods on CopySourceImageSetProperties.BuildersourceImageSetProperties(CopySourceImageSetProperties)CopyImageSetResponse.Builder destinationImageSetProperties(CopyDestinationImageSetProperties destinationImageSetProperties)
The properties of the destination image set.
destinationImageSetProperties - The properties of the destination image set.default CopyImageSetResponse.Builder destinationImageSetProperties(Consumer<CopyDestinationImageSetProperties.Builder> destinationImageSetProperties)
The properties of the destination image set.
This is a convenience method that creates an instance of theCopyDestinationImageSetProperties.Builder avoiding the need to create one manually via
CopyDestinationImageSetProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
destinationImageSetProperties(CopyDestinationImageSetProperties).
destinationImageSetProperties - a consumer that will call methods on CopyDestinationImageSetProperties.BuilderdestinationImageSetProperties(CopyDestinationImageSetProperties)Copyright © 2023. All rights reserved.