Interface ListImportJobsResponse.Builder

    • Method Detail

      • importJobSummaries

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

        Summary information about the import jobs.

        Parameters:
        importJobSummaries - Summary information about the import jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importJobSummaries

        ListImportJobsResponse.Builder importJobSummaries​(ImportJobSummary... importJobSummaries)

        Summary information about the import jobs.

        Parameters:
        importJobSummaries - Summary information about the import jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImportJobsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.