Interface CreateChatResponseConfigurationRequest.Builder

  • Method Details

    • applicationId

      The unique identifier of the Amazon Q Business application for which to create the new chat response configuration.

      Parameters:
      applicationId - The unique identifier of the Amazon Q Business application for which to create the new chat response configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      A human-readable name for the new chat response configuration, making it easier to identify and manage among multiple configurations.

      Parameters:
      displayName - A human-readable name for the new chat response configuration, making it easier to identify and manage among multiple configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier to ensure idempotency of the request. This helps prevent the same configuration from being created multiple times if retries occur.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure idempotency of the request. This helps prevent the same configuration from being created multiple times if retries occur.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • responseConfigurationsWithStrings

      CreateChatResponseConfigurationRequest.Builder responseConfigurationsWithStrings(Map<String,ResponseConfiguration> responseConfigurations)

      A collection of response configuration settings that define how Amazon Q Business will generate and format responses to user queries in chat interactions.

      Parameters:
      responseConfigurations - A collection of response configuration settings that define how Amazon Q Business will generate and format responses to user queries in chat interactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • responseConfigurations

      A collection of response configuration settings that define how Amazon Q Business will generate and format responses to user queries in chat interactions.

      Parameters:
      responseConfigurations - A collection of response configuration settings that define how Amazon Q Business will generate and format responses to user queries in chat interactions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of key-value pairs to apply as tags to the new chat response configuration, enabling categorization and management of resources across Amazon Web Services services.

      Parameters:
      tags - A list of key-value pairs to apply as tags to the new chat response configuration, enabling categorization and management of resources across Amazon Web Services services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of key-value pairs to apply as tags to the new chat response configuration, enabling categorization and management of resources across Amazon Web Services services.

      Parameters:
      tags - A list of key-value pairs to apply as tags to the new chat response configuration, enabling categorization and management of resources across Amazon Web Services services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of key-value pairs to apply as tags to the new chat response configuration, enabling categorization and management of resources across Amazon Web Services services.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.