Interface ListExportJobsResponse.Builder

    • Method Detail

      • exportJobs

        ListExportJobsResponse.Builder exportJobs​(Collection<ExportJobSummary> exportJobs)

        A list of the export job summaries.

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

        ListExportJobsResponse.Builder exportJobs​(ExportJobSummary... exportJobs)

        A list of the export job summaries.

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

        ListExportJobsResponse.Builder nextToken​(String nextToken)

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

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