public static interface ListSolutionVersionsResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<ListSolutionVersionsResponse.Builder,ListSolutionVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSolutionVersionsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of solution versions (if they exist).
|
ListSolutionVersionsResponse.Builder |
solutionVersions(Collection<SolutionVersionSummary> solutionVersions)
A list of solution versions describing the version properties.
|
ListSolutionVersionsResponse.Builder |
solutionVersions(Consumer<SolutionVersionSummary.Builder>... solutionVersions)
A list of solution versions describing the version properties.
|
ListSolutionVersionsResponse.Builder |
solutionVersions(SolutionVersionSummary... solutionVersions)
A list of solution versions describing the version properties.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolutionVersionsResponse.Builder solutionVersions(Collection<SolutionVersionSummary> solutionVersions)
A list of solution versions describing the version properties.
solutionVersions - A list of solution versions describing the version properties.ListSolutionVersionsResponse.Builder solutionVersions(SolutionVersionSummary... solutionVersions)
A list of solution versions describing the version properties.
solutionVersions - A list of solution versions describing the version properties.ListSolutionVersionsResponse.Builder solutionVersions(Consumer<SolutionVersionSummary.Builder>... solutionVersions)
A list of solution versions describing the version properties.
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 #solutionVersions(List) .solutionVersions - a consumer that will call methods on List.Builder #solutionVersions(List) ListSolutionVersionsResponse.Builder nextToken(String nextToken)
A token for getting the next set of solution versions (if they exist).
nextToken - A token for getting the next set of solution versions (if they exist).Copyright © 2020. All rights reserved.