Interface GetNextMessageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetNextMessageRequest.Builder,GetNextMessageRequest>,QConnectRequest.Builder,SdkBuilder<GetNextMessageRequest.Builder,GetNextMessageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetNextMessageRequest
public static interface GetNextMessageRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<GetNextMessageRequest.Builder,GetNextMessageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetNextMessageRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.GetNextMessageRequest.BuildernextMessageToken(String nextMessageToken)The token for the next message.GetNextMessageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNextMessageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNextMessageRequest.BuildersessionId(String sessionId)The identifier of the Amazon Q in Connect 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
assistantId
GetNextMessageRequest.Builder assistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
- Parameters:
assistantId- The identifier of the Amazon Q in Connect assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMessageToken
GetNextMessageRequest.Builder nextMessageToken(String nextMessageToken)
The token for the next message. Use the value returned in the SendMessage or previous response in the next request to retrieve the next message.
- Parameters:
nextMessageToken- The token for the next message. Use the value returned in the SendMessage or previous response in the next request to retrieve the next message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
GetNextMessageRequest.Builder sessionId(String sessionId)
The identifier of the Amazon Q in Connect session.
- Parameters:
sessionId- The identifier of the Amazon Q in Connect session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetNextMessageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetNextMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-