Interface ListChatResponseConfigurationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListChatResponseConfigurationsResponse.Builder,,- ListChatResponseConfigurationsResponse> - QBusinessResponse.Builder,- SdkBuilder<ListChatResponseConfigurationsResponse.Builder,,- ListChatResponseConfigurationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListChatResponseConfigurationsResponse
- 
Method SummaryModifier and TypeMethodDescriptionchatResponseConfigurations(Collection<ChatResponseConfiguration> chatResponseConfigurations) A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.chatResponseConfigurations(Consumer<ChatResponseConfiguration.Builder>... chatResponseConfigurations) A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.chatResponseConfigurations(ChatResponseConfiguration... chatResponseConfigurations) A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to themaxResultsparameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
chatResponseConfigurationsListChatResponseConfigurationsResponse.Builder chatResponseConfigurations(Collection<ChatResponseConfiguration> chatResponseConfigurations) A list of chat response configuration summaries, each containing key information about an available configuration in the specified application. - Parameters:
- chatResponseConfigurations- A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
chatResponseConfigurationsListChatResponseConfigurationsResponse.Builder chatResponseConfigurations(ChatResponseConfiguration... chatResponseConfigurations) A list of chat response configuration summaries, each containing key information about an available configuration in the specified application. - Parameters:
- chatResponseConfigurations- A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
chatResponseConfigurationsListChatResponseConfigurationsResponse.Builder chatResponseConfigurations(Consumer<ChatResponseConfiguration.Builder>... chatResponseConfigurations) A list of chat response configuration summaries, each containing key information about an available configuration in the specified application. This is a convenience method that creates an instance of theChatResponseConfiguration.Builderavoiding the need to create one manually viaChatResponseConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochatResponseConfigurations(List<ChatResponseConfiguration>).- Parameters:
- chatResponseConfigurations- a consumer that will call methods on- ChatResponseConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the maxResultsparameter.- Parameters:
- nextToken- A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the- maxResultsparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-