Interface DashboardSummary.Builder

    • Method Detail

      • arn

        DashboardSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardId

        DashboardSummary.Builder dashboardId​(String dashboardId)

        Dashboard ID.

        Parameters:
        dashboardId - Dashboard ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DashboardSummary.Builder name​(String name)

        A display name for the dashboard.

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

        DashboardSummary.Builder createdTime​(Instant createdTime)

        The time that this dashboard was created.

        Parameters:
        createdTime - The time that this dashboard was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        DashboardSummary.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The last time that this dashboard was updated.

        Parameters:
        lastUpdatedTime - The last time that this dashboard was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publishedVersionNumber

        DashboardSummary.Builder publishedVersionNumber​(Long publishedVersionNumber)

        Published version number.

        Parameters:
        publishedVersionNumber - Published version number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastPublishedTime

        DashboardSummary.Builder lastPublishedTime​(Instant lastPublishedTime)

        The last time that this dashboard was published.

        Parameters:
        lastPublishedTime - The last time that this dashboard was published.
        Returns:
        Returns a reference to this object so that method calls can be chained together.