Interface ChatResponseConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ChatResponseConfiguration.Builder,,- ChatResponseConfiguration> - SdkBuilder<ChatResponseConfiguration.Builder,,- ChatResponseConfiguration> - SdkPojo
- Enclosing class:
- ChatResponseConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionchatResponseConfigurationArn(String chatResponseConfigurationArn) The Amazon Resource Name (ARN) of the chat response configuration, which uniquely identifies the resource across all Amazon Web Services services and accounts.chatResponseConfigurationId(String chatResponseConfigurationId) A unique identifier for your chat response configuration settings, used to reference and manage the configuration within the Amazon Q Business service.The timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources.displayName(String displayName) A human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization.responseConfigurationSummary(String responseConfigurationSummary) A summary of the response configuration settings, providing a concise overview of the key parameters that define how responses are generated and formatted.The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.The timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
chatResponseConfigurationIdA unique identifier for your chat response configuration settings, used to reference and manage the configuration within the Amazon Q Business service. - Parameters:
- chatResponseConfigurationId- A unique identifier for your chat response configuration settings, used to reference and manage the configuration within the Amazon Q Business service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
chatResponseConfigurationArnThe Amazon Resource Name (ARN) of the chat response configuration, which uniquely identifies the resource across all Amazon Web Services services and accounts. - Parameters:
- chatResponseConfigurationArn- The Amazon Resource Name (ARN) of the chat response configuration, which uniquely identifies the resource across all Amazon Web Services services and accounts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayNameA human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization. - Parameters:
- displayName- A human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
responseConfigurationSummaryA summary of the response configuration settings, providing a concise overview of the key parameters that define how responses are generated and formatted. - Parameters:
- responseConfigurationSummary- A summary of the response configuration settings, providing a concise overview of the key parameters that define how responses are generated and formatted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions. - Parameters:
- status- The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions. - Parameters:
- status- The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtThe timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources. - Parameters:
- createdAt- The timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness. - Parameters:
- updatedAt- The timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-