Interface Dashboard.Builder

    • Method Detail

      • dashboardId

        Dashboard.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.
      • arn

        Dashboard.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.
      • name

        Dashboard.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.
      • version

        Dashboard.Builder version​(DashboardVersion version)

        Version.

        Parameters:
        version - Version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Dashboard.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.
      • lastPublishedTime

        Dashboard.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.
      • lastUpdatedTime

        Dashboard.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.
      • linkEntities

        Dashboard.Builder linkEntities​(Collection<String> linkEntities)

        A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

        Parameters:
        linkEntities - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkEntities

        Dashboard.Builder linkEntities​(String... linkEntities)

        A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

        Parameters:
        linkEntities - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.