Class UpdateApplicationRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the Amazon Q application.

        Returns:
        The identifier of the Amazon Q application.
      • attachmentsConfiguration

        public final AttachmentsConfiguration attachmentsConfiguration()

        An option to allow end users to upload files directly during chat.

        Returns:
        An option to allow end users to upload files directly during chat.
      • description

        public final String description()

        A description for the Amazon Q application.

        Returns:
        A description for the Amazon Q application.
      • displayName

        public final String displayName()

        A name for the Amazon Q application.

        Returns:
        A name for the Amazon Q application.
      • roleArn

        public final String roleArn()

        An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon CloudWatch logs and metrics.

        Returns:
        An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q permission to access Amazon CloudWatch logs and metrics.
      • 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