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 method that creates an instance of theSolutionSummary.Builder avoiding the need to create
one manually via SolutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #solutions(List.
solutions - a consumer that will call methods on
SolutionSummary.Builder#solutions(java.util.Collection) 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 © 2023. All rights reserved.