public static interface ListRecommendersRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendersRequest.Builder,ListRecommendersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendersRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for.
|
ListRecommendersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of recommenders to return.
|
ListRecommendersRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListRecommenders for getting the next set of
recommenders (if they exist). |
ListRecommendersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecommendersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendersRequest.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
datasetGroupArn - The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain
dataset group is not specified, all the recommenders associated with the account are listed.ListRecommendersRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListRecommenders for getting the next set of
recommenders (if they exist).
nextToken - A token returned from the previous call to ListRecommenders for getting the next set of
recommenders (if they exist).ListRecommendersRequest.Builder maxResults(Integer maxResults)
The maximum number of recommenders to return.
maxResults - The maximum number of recommenders to return.ListRecommendersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecommendersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.