Interface CatalogImportStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>, SdkBuilder<CatalogImportStatus.Builder,CatalogImportStatus>, SdkPojo
Enclosing class:
CatalogImportStatus

public static interface CatalogImportStatus.Builder extends SdkPojo, CopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>
  • Method Details

    • 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.