Interface StartTableDataImportJobResponse.Builder

    • Method Detail

      • jobId

        StartTableDataImportJobResponse.Builder jobId​(String jobId)

        The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.

        Parameters:
        jobId - The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.