Uses of Interface
software.amazon.awssdk.services.personalize.model.ListSolutionsRequest.Builder
-
Packages that use ListSolutionsRequest.Builder Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.model -
-
Uses of ListSolutionsRequest.Builder in software.amazon.awssdk.services.personalize
-
Uses of ListSolutionsRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return ListSolutionsRequest.Builder Modifier and Type Method Description static ListSolutionsRequest.BuilderListSolutionsRequest. builder()ListSolutionsRequest.BuilderListSolutionsRequest.Builder. datasetGroupArn(String datasetGroupArn)The Amazon Resource Name (ARN) of the dataset group.ListSolutionsRequest.BuilderListSolutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of solutions to return.ListSolutionsRequest.BuilderListSolutionsRequest.Builder. nextToken(String nextToken)A token returned from the previous call toListSolutionsfor getting the next set of solutions (if they exist).ListSolutionsRequest.BuilderListSolutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSolutionsRequest.BuilderListSolutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSolutionsRequest.BuilderListSolutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type ListSolutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListSolutionsRequest.Builder>ListSolutionsRequest. serializableBuilderClass()
-