Interface CreateDashboardRequest.Builder

    • Method Detail

      • projectId

        CreateDashboardRequest.Builder projectId​(String projectId)

        The ID of the project in which to create the dashboard.

        Parameters:
        projectId - The ID of the project in which to create the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardName

        CreateDashboardRequest.Builder dashboardName​(String dashboardName)

        A friendly name for the dashboard.

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

        CreateDashboardRequest.Builder dashboardDescription​(String dashboardDescription)

        A description for the dashboard.

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

        CreateDashboardRequest.Builder dashboardDefinition​(String dashboardDefinition)

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

        Parameters:
        dashboardDefinition - The dashboard definition 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

        CreateDashboardRequest.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.