Interface ListChatResponseConfigurationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListChatResponseConfigurationsRequest.Builder,,ListChatResponseConfigurationsRequest> QBusinessRequest.Builder,SdkBuilder<ListChatResponseConfigurationsRequest.Builder,,ListChatResponseConfigurationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListChatResponseConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListChatResponseConfigurationsRequest.Builder
extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListChatResponseConfigurationsRequest.Builder,ListChatResponseConfigurationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier of the Amazon Q Business application for which to list available chat response configurations.maxResults(Integer maxResults) The maximum number of chat response configurations to return in a single response.A pagination token used to retrieve the next set of results when the number of configurations exceeds the specifiedmaxResultsvalue.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the Amazon Q Business application for which to list available chat response configurations.
- Parameters:
applicationId- The unique identifier of the Amazon Q Business application for which to list available chat response configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of chat response configurations to return in a single response. This parameter helps control pagination of results when many configurations exist.
- Parameters:
maxResults- The maximum number of chat response configurations to return in a single response. This parameter helps control pagination of results when many configurations exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A pagination token used to retrieve the next set of results when the number of configurations exceeds the specified
maxResultsvalue.- Parameters:
nextToken- A pagination token used to retrieve the next set of results when the number of configurations exceeds the specifiedmaxResultsvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChatResponseConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChatResponseConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-