Interface ListSearchJobsResponse.Builder

    • Method Detail

      • searchJobs

        ListSearchJobsResponse.Builder searchJobs​(Collection<SearchJobSummary> searchJobs)

        The search jobs among the list, with details of the returned search jobs.

        Parameters:
        searchJobs - The search jobs among the list, with details of the returned search jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchJobs

        ListSearchJobsResponse.Builder searchJobs​(SearchJobSummary... searchJobs)

        The search jobs among the list, with details of the returned search jobs.

        Parameters:
        searchJobs - The search jobs among the list, with details of the returned search jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSearchJobsResponse.Builder nextToken​(String nextToken)

        The next item following a partial list of returned backups included in a search job.

        For example, if a request is made to return MaxResults number of backups, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Parameters:
        nextToken - The next item following a partial list of returned backups included in a search job.

        For example, if a request is made to return MaxResults number of backups, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Returns:
        Returns a reference to this object so that method calls can be chained together.