Interface SearchJobsResponse.Builder

    • Method Detail

      • jobs

        SearchJobsResponse.Builder jobs​(Collection<JobSummary> jobs)

        An array of JobSummary objects for devices that match the specified filter values.

        Parameters:
        jobs - An array of JobSummary objects for devices that match the specified filter values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobs

        SearchJobsResponse.Builder jobs​(JobSummary... jobs)

        An array of JobSummary objects for devices that match the specified filter values.

        Parameters:
        jobs - An array of JobSummary objects for devices that match the specified filter values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchJobsResponse.Builder nextToken​(String nextToken)

        A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.

        Parameters:
        nextToken - A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.