Interface CatalogImportStatus.Builder

    • Method Detail

      • importCompleted

        CatalogImportStatus.Builder importCompleted​(Boolean importCompleted)

        True if the migration has completed, or False otherwise.

        Parameters:
        importCompleted - True if the migration has completed, or False otherwise.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importTime

        CatalogImportStatus.Builder importTime​(Instant importTime)

        The time that the migration was started.

        Parameters:
        importTime - The time that the migration was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importedBy

        CatalogImportStatus.Builder importedBy​(String importedBy)

        The name of the person who initiated the migration.

        Parameters:
        importedBy - The name of the person who initiated the migration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.