Interface ListSolutionsResponse.Builder

  • Method Details

    • 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.
    • solutionSummaries

      ListSolutionsResponse.Builder solutionSummaries(Consumer<SolutionBase.Builder>... solutionSummaries)

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

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

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

      Parameters:
      solutionSummaries - a consumer that will call methods on SolutionBase.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: