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 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

      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

      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: