Class UpdateDashboardRequest

    • Method Detail

      • dashboardId

        public final String dashboardId()

        The ID of the dashboard to update.

        Returns:
        The ID of the dashboard to update.
      • dashboardName

        public final String dashboardName()

        A new friendly name for the dashboard.

        Returns:
        A new friendly name for the dashboard.
      • dashboardDescription

        public final String dashboardDescription()

        A new description for the dashboard.

        Returns:
        A new description for the dashboard.
      • dashboardDefinition

        public final String dashboardDefinition()

        The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.

        Returns:
        The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
      • 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.
      • 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