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 themaxResults
parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaChatResponseConfiguration.builder()
.When the
Consumer
completes,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
maxResults
parameter.- 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 themaxResults
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-