Interface GetRecommendationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRecommendationsRequest.Builder,,GetRecommendationsRequest> QConnectRequest.Builder,SdkBuilder<GetRecommendationsRequest.Builder,,GetRecommendationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetRecommendationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionassistantId(String assistantId) The identifier of the Amazon Q in Connect assistant.maxResults(Integer maxResults) The maximum number of results to return per page.nextChunkToken(String nextChunkToken) The token for the next set of chunks.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recommendationType(String recommendationType) The type of recommendation being requested.recommendationType(RecommendationType recommendationType) The type of recommendation being requested.The identifier of the session.waitTimeSeconds(Integer waitTimeSeconds) The duration (in seconds) for which the call waits for a recommendation to be made available before returning.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
assistantId
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
sessionId- The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per page.
- Parameters:
maxResults- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 thanWaitTimeSeconds. If no messages are available and the wait time expires, the call returns successfully with an empty list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextChunkToken
The token for the next set of chunks. Use the value returned in the previous response in the next request to retrieve the next set of chunks.
- Parameters:
nextChunkToken- The token for the next set of chunks. Use the value returned in the previous response in the next request to retrieve the next set of chunks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationType
The type of recommendation being requested.
- Parameters:
recommendationType- The type of recommendation being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recommendationType
The type of recommendation being requested.
- Parameters:
recommendationType- The type of recommendation being requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-