Interface CreateDashboardResponse.Builder

    • Method Detail

      • dashboardId

        CreateDashboardResponse.Builder dashboardId​(String dashboardId)

        The ID of the dashboard.

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

        CreateDashboardResponse.Builder dashboardArn​(String dashboardArn)

        The ARN of the dashboard, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

        Parameters:
        dashboardArn - The ARN of the dashboard, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

        Returns:
        Returns a reference to this object so that method calls can be chained together.