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