public static interface DeleteExportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteExportResponse.Builder,DeleteExportResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteExportResponse.Builder |
exportId(String exportId)
The unique identifier of the deleted export.
|
DeleteExportResponse.Builder |
exportStatus(ExportStatus exportStatus)
The current status of the deletion.
|
DeleteExportResponse.Builder |
exportStatus(String exportStatus)
The current status of the deletion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteExportResponse.Builder exportId(String exportId)
The unique identifier of the deleted export.
exportId - The unique identifier of the deleted export.DeleteExportResponse.Builder exportStatus(String exportStatus)
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
exportStatus - The current status of the deletion. When the deletion is complete, the export will no longer be
returned by the ListExports
operation and calls to the
DescribeExport operation with the export identifier will fail.ExportStatus,
ExportStatusDeleteExportResponse.Builder exportStatus(ExportStatus exportStatus)
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
exportStatus - The current status of the deletion. When the deletion is complete, the export will no longer be
returned by the ListExports
operation and calls to the
DescribeExport operation with the export identifier will fail.ExportStatus,
ExportStatusCopyright © 2023. All rights reserved.