public static interface RecommendationSet.Builder extends SdkPojo, CopyableBuilder<RecommendationSet.Builder,RecommendationSet>
| Modifier and Type | Method and Description |
|---|---|
RecommendationSet.Builder |
strategy(Strategy strategy)
The recommended strategy.
|
RecommendationSet.Builder |
strategy(String strategy)
The recommended strategy.
|
RecommendationSet.Builder |
targetDestination(String targetDestination)
The recommended target destination.
|
RecommendationSet.Builder |
targetDestination(TargetDestination targetDestination)
The recommended target destination.
|
default RecommendationSet.Builder |
transformationTool(Consumer<TransformationTool.Builder> transformationTool)
The target destination for the recommendation set.
|
RecommendationSet.Builder |
transformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationSet.Builder strategy(String strategy)
The recommended strategy.
RecommendationSet.Builder strategy(Strategy strategy)
The recommended strategy.
RecommendationSet.Builder targetDestination(String targetDestination)
The recommended target destination.
targetDestination - The recommended target destination.TargetDestination,
TargetDestinationRecommendationSet.Builder targetDestination(TargetDestination targetDestination)
The recommended target destination.
targetDestination - The recommended target destination.TargetDestination,
TargetDestinationRecommendationSet.Builder transformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
transformationTool - The target destination for the recommendation set.default RecommendationSet.Builder transformationTool(Consumer<TransformationTool.Builder> transformationTool)
The target destination for the recommendation set.
This is a convenience method that creates an instance of theTransformationTool.Builder avoiding the
need to create one manually via TransformationTool.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transformationTool(TransformationTool).
transformationTool - a consumer that will call methods on TransformationTool.BuildertransformationTool(TransformationTool)Copyright © 2022. All rights reserved.