Interface ListSolutionsResponse.Builder

    • Method Detail

      • solutions

        ListSolutionsResponse.Builder solutions​(Collection<SolutionSummary> solutions)

        A list of the current solutions.

        Parameters:
        solutions - A list of the current solutions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • solutions

        ListSolutionsResponse.Builder solutions​(SolutionSummary... solutions)

        A list of the current solutions.

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

        ListSolutionsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of solutions (if they exist).

        Parameters:
        nextToken - A token for getting the next set of solutions (if they exist).
        Returns:
        Returns a reference to this object so that method calls can be chained together.