Interface NotifyRecommendationsReceivedRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<NotifyRecommendationsReceivedRequest.Builder,NotifyRecommendationsReceivedRequest>,QConnectRequest.Builder,SdkBuilder<NotifyRecommendationsReceivedRequest.Builder,NotifyRecommendationsReceivedRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- NotifyRecommendationsReceivedRequest
public static interface NotifyRecommendationsReceivedRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<NotifyRecommendationsReceivedRequest.Builder,NotifyRecommendationsReceivedRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyRecommendationsReceivedRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q assistant.NotifyRecommendationsReceivedRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)NotifyRecommendationsReceivedRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)NotifyRecommendationsReceivedRequest.BuilderrecommendationIds(String... recommendationIds)The identifiers of the recommendations.NotifyRecommendationsReceivedRequest.BuilderrecommendationIds(Collection<String> recommendationIds)The identifiers of the recommendations.NotifyRecommendationsReceivedRequest.BuildersessionId(String sessionId)The identifier of the session.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectRequest.Builder
build
-
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
-
assistantId
NotifyRecommendationsReceivedRequest.Builder assistantId(String assistantId)
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Amazon Q 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.
-
recommendationIds
NotifyRecommendationsReceivedRequest.Builder recommendationIds(Collection<String> recommendationIds)
The identifiers of the recommendations.
- Parameters:
recommendationIds- The identifiers of the recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationIds
NotifyRecommendationsReceivedRequest.Builder recommendationIds(String... recommendationIds)
The identifiers of the recommendations.
- Parameters:
recommendationIds- The identifiers of the recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
NotifyRecommendationsReceivedRequest.Builder sessionId(String 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.
-
overrideConfiguration
NotifyRecommendationsReceivedRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
NotifyRecommendationsReceivedRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-