Interface DeleteExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteExportResponse.Builder,
,DeleteExportResponse> LexModelsV2Response.Builder
,SdkBuilder<DeleteExportResponse.Builder,
,DeleteExportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteExportResponse
public static interface DeleteExportResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteExportResponse.Builder,DeleteExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the deleted export.exportStatus
(String exportStatus) The current status of the deletion.exportStatus
(ExportStatus exportStatus) The current status of the deletion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
exportId
The unique identifier of the deleted export.
- Parameters:
exportId
- The unique identifier of the deleted export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-