public static interface ListSolutionsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListSolutionsRequest.Builder,ListSolutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSolutionsRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
ListSolutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of solutions to return.
|
ListSolutionsRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListSolutions for getting the next set of solutions
(if they exist). |
ListSolutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSolutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolutionsRequest.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.ListSolutionsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListSolutions for getting the next set of solutions
(if they exist).
nextToken - A token returned from the previous call to ListSolutions for getting the next set of
solutions (if they exist).ListSolutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of solutions to return.
maxResults - The maximum number of solutions to return.ListSolutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSolutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.