Interface ListImportJobsResponse.Builder

    • Method Detail

      • importJobs

        ListImportJobsResponse.Builder importJobs​(Collection<ImportJobSummary> importJobs)

        A list of the import job summaries.

        Parameters:
        importJobs - A list of the import job summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importJobs

        ListImportJobsResponse.Builder importJobs​(ImportJobSummary... importJobs)

        A list of the import job summaries.

        Parameters:
        importJobs - A list of the import job summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImportJobsResponse.Builder nextToken​(String nextToken)

        A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

        Parameters:
        nextToken - A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.