Interface MetadataUpdates.Builder

  • Method Details

    • dicomUpdates

      MetadataUpdates.Builder dicomUpdates(DICOMUpdates dicomUpdates)

      The object containing removableAttributes and updatableAttributes.

      Parameters:
      dicomUpdates - The object containing removableAttributes and updatableAttributes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dicomUpdates

      default MetadataUpdates.Builder dicomUpdates(Consumer<DICOMUpdates.Builder> dicomUpdates)

      The object containing removableAttributes and updatableAttributes.

      This is a convenience method that creates an instance of the DICOMUpdates.Builder avoiding the need to create one manually via DICOMUpdates.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dicomUpdates(DICOMUpdates).

      Parameters:
      dicomUpdates - a consumer that will call methods on DICOMUpdates.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • revertToVersionId

      MetadataUpdates.Builder revertToVersionId(String revertToVersionId)

      Specifies the previous image set version ID to revert the current image set back to.

      You must provide either revertToVersionId or DICOMUpdates in your request. A ValidationException error is thrown if both parameters are provided at the same time.

      Parameters:
      revertToVersionId - Specifies the previous image set version ID to revert the current image set back to.

      You must provide either revertToVersionId or DICOMUpdates in your request. A ValidationException error is thrown if both parameters are provided at the same time.

      Returns:
      Returns a reference to this object so that method calls can be chained together.