Interface ProactiveRecommendationDataDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProactiveRecommendationDataDetails.Builder,,ProactiveRecommendationDataDetails> SdkBuilder<ProactiveRecommendationDataDetails.Builder,,ProactiveRecommendationDataDetails> SdkPojo
- Enclosing class:
ProactiveRecommendationDataDetails
@Mutable
@NotThreadSafe
public static interface ProactiveRecommendationDataDetails.Builder
extends SdkPojo, CopyableBuilder<ProactiveRecommendationDataDetails.Builder,ProactiveRecommendationDataDetails>
-
Method Summary
Modifier and TypeMethodDescriptionnextMessageToken(String nextMessageToken) The token used to retrieve the next message in the proactive recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nextMessageToken
The token used to retrieve the next message in the proactive recommendation. Pass this token in a
GetNextMessagerequest to continue receiving the chunked proactive response. Each response returns the next token to use until the chunked response is complete.- Parameters:
nextMessageToken- The token used to retrieve the next message in the proactive recommendation. Pass this token in aGetNextMessagerequest to continue receiving the chunked proactive response. Each response returns the next token to use until the chunked response is complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-