Interface DescribeTableDataImportJobRequest.Builder

    • Method Detail

      • workbookId

        DescribeTableDataImportJobRequest.Builder workbookId​(String workbookId)

        The ID of the workbook into which data was imported.

        If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.

        Parameters:
        workbookId - The ID of the workbook into which data was imported.

        If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableId

        DescribeTableDataImportJobRequest.Builder tableId​(String tableId)

        The ID of the table into which data was imported.

        If a table with the specified id could not be found, this API throws ResourceNotFoundException.

        Parameters:
        tableId - The ID of the table into which data was imported.

        If a table with the specified id could not be found, this API throws ResourceNotFoundException.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        DescribeTableDataImportJobRequest.Builder jobId​(String jobId)

        The ID of the job that was returned by the StartTableDataImportJob request.

        If a job with the specified id could not be found, this API throws ResourceNotFoundException.

        Parameters:
        jobId - The ID of the job that was returned by the StartTableDataImportJob request.

        If a job with the specified id could not be found, this API throws ResourceNotFoundException.

        Returns:
        Returns a reference to this object so that method calls can be chained together.