Interface DeleteImportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteImportResponse.Builder,DeleteImportResponse>,LexModelsV2Response.Builder,SdkBuilder<DeleteImportResponse.Builder,DeleteImportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteImportResponse
public static interface DeleteImportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteImportResponse.Builder,DeleteImportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteImportResponse.BuilderimportId(String importId)The unique identifier of the deleted import.DeleteImportResponse.BuilderimportStatus(String importStatus)The current status of the deletion.DeleteImportResponse.BuilderimportStatus(ImportStatus importStatus)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
-
importId
DeleteImportResponse.Builder importId(String importId)
The unique identifier of the deleted import.
- Parameters:
importId- The unique identifier of the deleted import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importStatus
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 ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
- Parameters:
importStatus- The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportStatus,ImportStatus
-
importStatus
DeleteImportResponse.Builder importStatus(ImportStatus importStatus)
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
- Parameters:
importStatus- The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportStatus,ImportStatus
-
-