Class UpdatePortalRequest

    • Method Detail

      • portalId

        public final String portalId()

        The ID of the portal to update.

        Returns:
        The ID of the portal to update.
      • portalName

        public final String portalName()

        A new friendly name for the portal.

        Returns:
        A new friendly name for the portal.
      • portalDescription

        public final String portalDescription()

        A new description for the portal.

        Returns:
        A new description for the portal.
      • portalContactEmail

        public final String portalContactEmail()

        The Amazon Web Services administrator's contact email address.

        Returns:
        The Amazon Web Services administrator's contact email address.
      • portalLogoImage

        public final Image portalLogoImage()
        Returns the value of the PortalLogoImage property for this object.
        Returns:
        The value of the PortalLogoImage property for this object.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • notificationSenderEmail

        public final String notificationSenderEmail()

        The email address that sends alarm notifications.

        Returns:
        The email address that sends alarm notifications.
      • alarms

        public final Alarms alarms()

        Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.

        Returns:
        Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.
      • 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