Interface DescribeDashboardResponse.Builder

    • Method Detail

      • dashboardId

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

        DescribeDashboardResponse.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.
      • dashboardName

        DescribeDashboardResponse.Builder dashboardName​(String dashboardName)

        The name of the dashboard.

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

        DescribeDashboardResponse.Builder projectId​(String projectId)

        The ID of the project that the dashboard is in.

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

        DescribeDashboardResponse.Builder dashboardDescription​(String dashboardDescription)

        The dashboard's description.

        Parameters:
        dashboardDescription - The dashboard's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardDefinition

        DescribeDashboardResponse.Builder dashboardDefinition​(String dashboardDefinition)

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

        Parameters:
        dashboardDefinition - The dashboard's definition 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.
      • dashboardCreationDate

        DescribeDashboardResponse.Builder dashboardCreationDate​(Instant dashboardCreationDate)

        The date the dashboard was created, in Unix epoch time.

        Parameters:
        dashboardCreationDate - The date the dashboard was created, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardLastUpdateDate

        DescribeDashboardResponse.Builder dashboardLastUpdateDate​(Instant dashboardLastUpdateDate)

        The date the dashboard was last updated, in Unix epoch time.

        Parameters:
        dashboardLastUpdateDate - The date the dashboard was last updated, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.