| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalizeruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static Promotion.Builder |
Promotion.builder() |
Promotion.Builder |
Promotion.Builder.filterArn(String filterArn)
The Amazon Resource Name (ARN) of the filter used by the promotion.
|
Promotion.Builder |
Promotion.Builder.filterValues(Map<String,String> filterValues)
The values to use when promoting items.
|
Promotion.Builder |
Promotion.Builder.name(String name)
The name of the promotion.
|
Promotion.Builder |
Promotion.Builder.percentPromotedItems(Integer percentPromotedItems)
The percentage of recommended items to apply the promotion to.
|
Promotion.Builder |
Promotion.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Promotion.Builder> |
Promotion.serializableBuilderClass() |
Copyright © 2022. All rights reserved.