Uses of Interface
software.amazon.awssdk.services.personalizeruntime.model.Promotion.Builder
-
Packages that use Promotion.Builder Package Description software.amazon.awssdk.services.personalizeruntime.model -
-
Uses of Promotion.Builder in software.amazon.awssdk.services.personalizeruntime.model
Methods in software.amazon.awssdk.services.personalizeruntime.model that return Promotion.Builder Modifier and Type Method Description static Promotion.BuilderPromotion. builder()Promotion.BuilderPromotion.Builder. filterArn(String filterArn)The Amazon Resource Name (ARN) of the filter used by the promotion.Promotion.BuilderPromotion.Builder. filterValues(Map<String,String> filterValues)The values to use when promoting items.Promotion.BuilderPromotion.Builder. name(String name)The name of the promotion.Promotion.BuilderPromotion.Builder. percentPromotedItems(Integer percentPromotedItems)The percentage of recommended items to apply the promotion to.Promotion.BuilderPromotion. toBuilder()Methods in software.amazon.awssdk.services.personalizeruntime.model that return types with arguments of type Promotion.Builder Modifier and Type Method Description static Class<? extends Promotion.Builder>Promotion. serializableBuilderClass()
-