Uses of Interface
software.amazon.awssdk.services.glue.model.CatalogImportStatus.Builder
-
Packages that use CatalogImportStatus.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogImportStatus.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogImportStatus.Builder Modifier and Type Method Description static CatalogImportStatus.BuilderCatalogImportStatus. builder()CatalogImportStatus.BuilderCatalogImportStatus.Builder. importCompleted(Boolean importCompleted)Trueif the migration has completed, orFalseotherwise.CatalogImportStatus.BuilderCatalogImportStatus.Builder. importedBy(String importedBy)The name of the person who initiated the migration.CatalogImportStatus.BuilderCatalogImportStatus.Builder. importTime(Instant importTime)The time that the migration was started.CatalogImportStatus.BuilderCatalogImportStatus. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogImportStatus.Builder Modifier and Type Method Description static Class<? extends CatalogImportStatus.Builder>CatalogImportStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CatalogImportStatus.Builder Modifier and Type Method Description default GetCatalogImportStatusResponse.BuilderGetCatalogImportStatusResponse.Builder. importStatus(Consumer<CatalogImportStatus.Builder> importStatus)The status of the specified catalog migration.
-