Interface ListSolutionsResponse.Builder

    • Method Detail

      • nextToken

        ListSolutionsResponse.Builder nextToken​(String nextToken)

        A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.

        Parameters:
        nextToken - A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • solutionSummaries

        ListSolutionsResponse.Builder solutionSummaries​(Collection<SolutionBase> solutionSummaries)

        An array with minimal details for solutions matching the request criteria.

        Parameters:
        solutionSummaries - An array with minimal details for solutions matching the request criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • solutionSummaries

        ListSolutionsResponse.Builder solutionSummaries​(SolutionBase... solutionSummaries)

        An array with minimal details for solutions matching the request criteria.

        Parameters:
        solutionSummaries - An array with minimal details for solutions matching the request criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.