Interface ListSearchJobsResponse.Builder

  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the SearchJobSummary.Builder avoiding the need to create one manually via SearchJobSummary.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to searchJobs(List<SearchJobSummary>).

      Parameters:
      searchJobs - a consumer that will call methods on SearchJobSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.