public static interface NotifyRecommendationsReceivedRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<NotifyRecommendationsReceivedRequest.Builder,NotifyRecommendationsReceivedRequest>
| Modifier and Type | Method and Description |
|---|---|
NotifyRecommendationsReceivedRequest.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
NotifyRecommendationsReceivedRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
NotifyRecommendationsReceivedRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
NotifyRecommendationsReceivedRequest.Builder |
recommendationIds(Collection<String> recommendationIds)
The identifiers of the recommendations.
|
NotifyRecommendationsReceivedRequest.Builder |
recommendationIds(String... recommendationIds)
The identifiers of the recommendations.
|
NotifyRecommendationsReceivedRequest.Builder |
sessionId(String sessionId)
The identifier of the session.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyRecommendationsReceivedRequest.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId - The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.NotifyRecommendationsReceivedRequest.Builder recommendationIds(Collection<String> recommendationIds)
The identifiers of the recommendations.
recommendationIds - The identifiers of the recommendations.NotifyRecommendationsReceivedRequest.Builder recommendationIds(String... recommendationIds)
The identifiers of the recommendations.
recommendationIds - The identifiers of the recommendations.NotifyRecommendationsReceivedRequest.Builder sessionId(String sessionId)
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
sessionId - The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.NotifyRecommendationsReceivedRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderNotifyRecommendationsReceivedRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.