Interface DeleteExportResponse.Builder

    • 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