Interface StartDicomImportJobResponse.Builder

    • Method Detail

      • datastoreId

        StartDicomImportJobResponse.Builder datastoreId​(String 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.
      • jobId

        StartDicomImportJobResponse.Builder jobId​(String jobId)

        The import job identifier.

        Parameters:
        jobId - The import job identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submittedAt

        StartDicomImportJobResponse.Builder submittedAt​(Instant submittedAt)

        The timestamp when the import job was submitted.

        Parameters:
        submittedAt - The timestamp when the import job was submitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.