Interface UpdateDashboardRequest.Builder

    • Method Detail

      • dashboardId

        UpdateDashboardRequest.Builder dashboardId​(String dashboardId)

        The ID of the dashboard to update.

        Parameters:
        dashboardId - The ID of the dashboard to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardName

        UpdateDashboardRequest.Builder dashboardName​(String dashboardName)

        A new friendly name for the dashboard.

        Parameters:
        dashboardName - A new friendly name for the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardDescription

        UpdateDashboardRequest.Builder dashboardDescription​(String dashboardDescription)

        A new description for the dashboard.

        Parameters:
        dashboardDescription - A new description for the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardDefinition

        UpdateDashboardRequest.Builder dashboardDefinition​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        UpdateDashboardRequest.Builder clientToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.