public static interface GetRecommendationsRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<GetRecommendationsRequest.Builder,GetRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationsRequest.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
GetRecommendationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
GetRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRecommendationsRequest.Builder |
sessionId(String sessionId)
The identifier of the session.
|
GetRecommendationsRequest.Builder |
waitTimeSeconds(Integer waitTimeSeconds)
The duration (in seconds) for which the call waits for a recommendation to be made available before
returning.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRecommendationsRequest.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.GetRecommendationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.GetRecommendationsRequest.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.GetRecommendationsRequest.Builder waitTimeSeconds(Integer waitTimeSeconds)
The duration (in seconds) for which the call waits for a recommendation to be made available before
returning. If a recommendation is available, the call returns sooner than WaitTimeSeconds. If no
messages are available and the wait time expires, the call returns successfully with an empty list.
waitTimeSeconds - The duration (in seconds) for which the call waits for a recommendation to be made available before
returning. If a recommendation is available, the call returns sooner than WaitTimeSeconds
. If no messages are available and the wait time expires, the call returns successfully with an empty
list.GetRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.