public static interface GetCatalogImportStatusResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetCatalogImportStatusResponse.Builder,GetCatalogImportStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCatalogImportStatusResponse.Builder |
importStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
|
default GetCatalogImportStatusResponse.Builder |
importStatus(Consumer<CatalogImportStatus.Builder> importStatus)
The status of the specified catalog migration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetCatalogImportStatusResponse.Builder importStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
importStatus - The status of the specified catalog migration.default GetCatalogImportStatusResponse.Builder importStatus(Consumer<CatalogImportStatus.Builder> importStatus)
The status of the specified catalog migration.
This is a convenience that creates an instance of theCatalogImportStatus.Builder avoiding the need
to create one manually via CatalogImportStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to importStatus(CatalogImportStatus).importStatus - a consumer that will call methods on CatalogImportStatus.BuilderimportStatus(CatalogImportStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.