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 Details

    • 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

      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: