public static interface ListSolutionsResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<ListSolutionsResponse.Builder,ListSolutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSolutionsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of solutions (if they exist).
|
ListSolutionsResponse.Builder |
solutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
|
ListSolutionsResponse.Builder |
solutions(Consumer<SolutionSummary.Builder>... solutions)
A list of the current solutions.
|
ListSolutionsResponse.Builder |
solutions(SolutionSummary... solutions)
A list of the current solutions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolutionsResponse.Builder solutions(Collection<SolutionSummary> solutions)
A list of the current solutions.
solutions - A list of the current solutions.ListSolutionsResponse.Builder solutions(SolutionSummary... solutions)
A list of the current solutions.
solutions - A list of the current solutions.ListSolutionsResponse.Builder solutions(Consumer<SolutionSummary.Builder>... solutions)
A list of the current solutions.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #solutions(List) .solutions - a consumer that will call methods on List.Builder #solutions(List) ListSolutionsResponse.Builder nextToken(String nextToken)
A token for getting the next set of solutions (if they exist).
nextToken - A token for getting the next set of solutions (if they exist).Copyright © 2019. All rights reserved.