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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
chatResponseConfigurations
ListChatResponseConfigurationsResponse.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.
-
chatResponseConfigurations
ListChatResponseConfigurationsResponse.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.
-
chatResponseConfigurations
ListChatResponseConfigurationsResponse.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 onChatResponseConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- 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 themaxResultsparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-