Interface ListConversationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConversationsRequest.Builder,ListConversationsRequest>,QBusinessRequest.Builder,SdkBuilder<ListConversationsRequest.Builder,ListConversationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConversationsRequest
public static interface ListConversationsRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListConversationsRequest.Builder,ListConversationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConversationsRequest.BuilderapplicationId(String applicationId)The identifier of the Amazon Q application.ListConversationsRequest.BuildermaxResults(Integer maxResults)The maximum number of Amazon Q conversations to return.ListConversationsRequest.BuildernextToken(String nextToken)If themaxResultsresponse was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response.ListConversationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConversationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConversationsRequest.BuilderuserId(String userId)The identifier of the user involved in the Amazon Q web experience conversation.-
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.qbusiness.model.QBusinessRequest.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
-
applicationId
ListConversationsRequest.Builder applicationId(String applicationId)
The identifier of the Amazon Q application.
- Parameters:
applicationId- The identifier of the Amazon Q application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListConversationsRequest.Builder maxResults(Integer maxResults)
The maximum number of Amazon Q conversations to return.
- Parameters:
maxResults- The maximum number of Amazon Q conversations to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConversationsRequest.Builder nextToken(String nextToken)
If the
maxResultsresponse was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q conversations.- Parameters:
nextToken- If themaxResultsresponse was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q conversations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
ListConversationsRequest.Builder userId(String userId)
The identifier of the user involved in the Amazon Q web experience conversation.
- Parameters:
userId- The identifier of the user involved in the Amazon Q web experience conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConversationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConversationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-