Interface UpdateAccountPreferencesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ChatbotRequest.Builder, CopyableBuilder<UpdateAccountPreferencesRequest.Builder,UpdateAccountPreferencesRequest>, SdkBuilder<UpdateAccountPreferencesRequest.Builder,UpdateAccountPreferencesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateAccountPreferencesRequest

public static interface UpdateAccountPreferencesRequest.Builder extends ChatbotRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountPreferencesRequest.Builder,UpdateAccountPreferencesRequest>
  • Method Details

    • userAuthorizationRequired

      UpdateAccountPreferencesRequest.Builder userAuthorizationRequired(Boolean userAuthorizationRequired)
      Enables use of a user role requirement in your chat configuration.
      Parameters:
      userAuthorizationRequired - Enables use of a user role requirement in your chat configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trainingDataCollectionEnabled

      UpdateAccountPreferencesRequest.Builder trainingDataCollectionEnabled(Boolean trainingDataCollectionEnabled)
      Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AWS Chatbot’s AI technologies.
      Parameters:
      trainingDataCollectionEnabled - Turns on training data collection. This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AWS Chatbot’s AI technologies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateAccountPreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.