public static interface DeleteImportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteImportResponse.Builder,DeleteImportResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteImportResponse.Builder |
importId(String importId)
The unique identifier of the deleted import.
|
DeleteImportResponse.Builder |
importStatus(ImportStatus importStatus)
The current status of the deletion.
|
DeleteImportResponse.Builder |
importStatus(String importStatus)
The current status of the deletion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteImportResponse.Builder importId(String importId)
The unique identifier of the deleted import.
importId - The unique identifier of the deleted import.DeleteImportResponse.Builder importStatus(String importStatus)
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the operation and calls to the with the import identifier will fail.
importStatus - The current status of the deletion. When the deletion is complete, the import will no longer be
returned by the operation and calls to the with the import identifier will fail.ImportStatus,
ImportStatusDeleteImportResponse.Builder importStatus(ImportStatus importStatus)
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the operation and calls to the with the import identifier will fail.
importStatus - The current status of the deletion. When the deletion is complete, the import will no longer be
returned by the operation and calls to the with the import identifier will fail.ImportStatus,
ImportStatusCopyright © 2021. All rights reserved.