Interface GetChatResponseConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetChatResponseConfigurationRequest.Builder,
,GetChatResponseConfigurationRequest> QBusinessRequest.Builder
,SdkBuilder<GetChatResponseConfigurationRequest.Builder,
,GetChatResponseConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetChatResponseConfigurationRequest
@Mutable
@NotThreadSafe
public static interface GetChatResponseConfigurationRequest.Builder
extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<GetChatResponseConfigurationRequest.Builder,GetChatResponseConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.chatResponseConfigurationId
(String chatResponseConfigurationId) The unique identifier of the chat response configuration to retrieve from the specified application.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
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, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.
- Parameters:
applicationId
- The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chatResponseConfigurationId
GetChatResponseConfigurationRequest.Builder chatResponseConfigurationId(String chatResponseConfigurationId) The unique identifier of the chat response configuration to retrieve from the specified application.
- Parameters:
chatResponseConfigurationId
- The unique identifier of the chat response configuration to retrieve from the specified application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetChatResponseConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetChatResponseConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-