public static interface CatalogImportStatus.Builder extends SdkPojo, CopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>
Modifier and Type | Method and Description |
---|---|
CatalogImportStatus.Builder |
importCompleted(Boolean importCompleted)
True if the migration has completed, or False otherwise.
|
CatalogImportStatus.Builder |
importedBy(String importedBy)
The name of the person who initiated the migration.
|
CatalogImportStatus.Builder |
importTime(Instant importTime)
The time that the migration was started.
|
copy
applyMutation, build
CatalogImportStatus.Builder importCompleted(Boolean importCompleted)
True if the migration has completed, or False otherwise.
importCompleted
- True if the migration has completed, or False otherwise.CatalogImportStatus.Builder importTime(Instant importTime)
The time that the migration was started.
importTime
- The time that the migration was started.CatalogImportStatus.Builder importedBy(String importedBy)
The name of the person who initiated the migration.
importedBy
- The name of the person who initiated the migration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.