Interface QueryRecommendationTriggerData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryRecommendationTriggerData.Builder,QueryRecommendationTriggerData>,SdkBuilder<QueryRecommendationTriggerData.Builder,QueryRecommendationTriggerData>,SdkPojo
- Enclosing class:
- QueryRecommendationTriggerData
public static interface QueryRecommendationTriggerData.Builder extends SdkPojo, CopyableBuilder<QueryRecommendationTriggerData.Builder,QueryRecommendationTriggerData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryRecommendationTriggerData.Buildertext(String text)The text associated with the recommendation trigger.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
text
QueryRecommendationTriggerData.Builder text(String text)
The text associated with the recommendation trigger.
- Parameters:
text- The text associated with the recommendation trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-