Class UpdateWebExperienceRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q Business application attached to the web experience.

        Returns:
        The identifier of the Amazon Q Business application attached to the web experience.
      • webExperienceId

        public final String webExperienceId()

        The identifier of the Amazon Q Business web experience.

        Returns:
        The identifier of the Amazon Q Business web experience.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.

        Returns:
        The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.
      • authenticationConfiguration

        @Deprecated
        public final WebExperienceAuthConfiguration authenticationConfiguration()
        Deprecated.
        Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.

        The authentication configuration of the Amazon Q Business web experience.

        Returns:
        The authentication configuration of the Amazon Q Business web experience.
      • title

        public final String title()

        The title of the Amazon Q Business web experience.

        Returns:
        The title of the Amazon Q Business web experience.
      • subtitle

        public final String subtitle()

        The subtitle of the Amazon Q Business web experience.

        Returns:
        The subtitle of the Amazon Q Business web experience.
      • welcomeMessage

        public final String welcomeMessage()

        A customized welcome message for an end user in an Amazon Q Business web experience.

        Returns:
        A customized welcome message for an end user in an Amazon Q Business web experience.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object