Interface PersonalizationConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PersonalizationConfiguration.Builder,PersonalizationConfiguration>, SdkBuilder<PersonalizationConfiguration.Builder,PersonalizationConfiguration>, SdkPojo
Enclosing class:
PersonalizationConfiguration

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

    • personalizationControlMode

      PersonalizationConfiguration.Builder personalizationControlMode(String personalizationControlMode)

      An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.

      Parameters:
      personalizationControlMode - An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • personalizationControlMode

      PersonalizationConfiguration.Builder personalizationControlMode(PersonalizationControlMode personalizationControlMode)

      An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.

      Parameters:
      personalizationControlMode - An option to allow Amazon Q Business to customize chat responses using user specific metadata—specifically, location and job information—in your IAM Identity Center instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: