Interface DashboardSummary.Builder

    • Method Detail

      • id

        DashboardSummary.Builder id​(String id)

        The ID of the dashboard.

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

        DashboardSummary.Builder name​(String name)

        The name of the dashboard

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

        DashboardSummary.Builder description​(String description)

        The dashboard's description.

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

        DashboardSummary.Builder creationDate​(Instant creationDate)

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

        Parameters:
        creationDate - 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.
      • lastUpdateDate

        DashboardSummary.Builder lastUpdateDate​(Instant lastUpdateDate)

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

        Parameters:
        lastUpdateDate - 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.