public static interface GetPersonalizedRankingRequest.Builder extends PersonalizeRuntimeRequest.Builder, SdkPojo, CopyableBuilder<GetPersonalizedRankingRequest.Builder,GetPersonalizedRankingRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPersonalizedRankingRequest.Builder |
campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.
|
GetPersonalizedRankingRequest.Builder |
inputList(Collection<String> inputList)
A list of items (itemId's) to rank.
|
GetPersonalizedRankingRequest.Builder |
inputList(String... inputList)
A list of items (itemId's) to rank.
|
GetPersonalizedRankingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPersonalizedRankingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPersonalizedRankingRequest.Builder |
userId(String userId)
The user for which you want the campaign to provide a personalized ranking.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPersonalizedRankingRequest.Builder campaignArn(String campaignArn)
The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.
campaignArn - The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.GetPersonalizedRankingRequest.Builder inputList(Collection<String> inputList)
A list of items (itemId's) to rank. If an item was not included in the training dataset, the item is appended to the end of the reranked list.
inputList - A list of items (itemId's) to rank. If an item was not included in the training dataset, the item is
appended to the end of the reranked list.GetPersonalizedRankingRequest.Builder inputList(String... inputList)
A list of items (itemId's) to rank. If an item was not included in the training dataset, the item is appended to the end of the reranked list.
inputList - A list of items (itemId's) to rank. If an item was not included in the training dataset, the item is
appended to the end of the reranked list.GetPersonalizedRankingRequest.Builder userId(String userId)
The user for which you want the campaign to provide a personalized ranking.
userId - The user for which you want the campaign to provide a personalized ranking.GetPersonalizedRankingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPersonalizedRankingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.