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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteExportResponse.BuilderexportId(String exportId)The unique identifier of the deleted export.DeleteExportResponse.BuilderexportStatus(String exportStatus)The current status of the deletion.DeleteExportResponse.BuilderexportStatus(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 Detail
-
exportId
DeleteExportResponse.Builder exportId(String 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
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.
- 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,ExportStatus
-
exportStatus
DeleteExportResponse.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.
- 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,ExportStatus
-
-